C#反射(Reflection)的应用

时间:2011-09-27 19:18:49
【文件属性】:
文件名称:C#反射(Reflection)的应用
文件大小:54KB
文件格式:RAR
更新时间:2011-09-27 19:18:49
C# 反射 Reflection 反射(Reflection)是C#里很重要的一个特性,源码是我写的一篇关于反射的文章的示例,有详细的解释,是学习反射的好实例。
【文件预览】:
DataTableAOP
----DataTableAOP.csproj(2KB)
----bin()
--------Debug()
----obj()
--------DataTableAOP.csproj.FileList.txt(210B)
--------Debug()
----ObjectList.cs(1KB)
----Properties()
--------AssemblyInfo.cs(1KB)
Model
----bin()
--------Debug()
----Model.csproj(2KB)
----obj()
--------Model.csproj.FileList.txt(126B)
--------Debug()
----UserInfo.cs(590B)
----Properties()
--------AssemblyInfo.cs(1KB)
ReflectionTest
----ReflectionTest.csproj(2KB)
----bin()
--------Debug()
----Program.cs(1KB)
----obj()
--------ReflectionTest.csproj.FileList.txt(260B)
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
ObjectLoader
----ObjectLoader.csproj(2KB)
----bin()
--------Debug()
----obj()
--------ObjectLoader.csproj.FileList.txt(154B)
--------Debug()
----ShowObject.cs(2KB)
----Properties()
--------AssemblyInfo.cs(1KB)

网友评论

  • 对初学者有用