找传奇、传世资源到传世资源站!

C#各种反射方法源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C#各种反射方法源码性能比较,包括:普通反射、接口调用、委托调用

【相关图片】

from clipboard

from clipboard

【源码结构】

.
├── C#各种反射方法源码_Reflect.rar
└── Reflaction
    ├── BIN
    │   ├── ClassLib.dll
    │   ├── ClassLib.pdb
    │   ├── Client.exe
    │   ├── Client.pdb
    │   ├── Client.vshost.exe
    │   ├── Client.vshost.exe.manifest
    │   ├── InterfaceLib.dll
    │   └── InterfaceLib.pdb
    ├── ClassLib
    │   ├── BIN
    │   │   ├── ClassLib.dll
    │   │   ├── ClassLib.pdb
    │   │   ├── InterfaceLib.dll
    │   │   └── InterfaceLib.pdb
    │   ├── ClassLib
    │   │   ├── ClassLib.csproj
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   ├── classTest.cs
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── ClassLib.csproj.FileListAbsolute.txt
    │   │           ├── ClassLib.dll
    │   │           ├── ClassLib.pdb
    │   │           ├── ResolveAssemblyReference.cache
    │   │           └── TempPE
    │   ├── ClassLib.sln
    │   └── ClassLib.suo
    ├── Client
    │   ├── Client.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   └── Debug
    │   ├── frmTest.Designer.cs
    │   ├── frmTest.cs
    │   ├── frmTest.resx
    │   └── obj
    │       └── Debug
    │           ├── Client.Properties.Resources.resources
    │           ├── Client.csproj.FileListAbsolute.txt
    │           ├── Client.csproj.GenerateResource.Cache
    │           ├── Client.exe
    │           ├── Client.frmTest.resources
    │           ├── Client.pdb
    │           ├── Refactor
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── InterfaceLib
    │   ├── BIN
    │   │   ├── InterfaceLib.dll
    │   │   └── InterfaceLib.pdb
    │   ├── InterfaceLib
    │   │   ├── InterfaceLib.csproj
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── InterfaceLib.dll
    │   │   │       └── InterfaceLib.pdb
    │   │   ├── interfaceTest.cs
    │   │   └── obj
    │   │       └── Debug
    │   │           ├── InterfaceLib.csproj.FileListAbsolute.txt
    │   │           ├── InterfaceLib.dll
    │   │           ├── InterfaceLib.pdb
    │   │           ├── Refactor
    │   │           │   └── InterfaceLib.dll
    │   │           └── TempPE
    │   ├── InterfaceLib.sln
    │   └── InterfaceLib.suo
    ├── InterfaceLib.sln
    └── InterfaceLib.suo

29 directories, 54 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复