文件名称:C# 动态链接机制 插件平台
文件大小:128KB
文件格式:RAR
更新时间:2014-08-21 08:18:08
C# 动态加载DLL
利用AppDomain实现对DLL的动态加载和卸载。
【文件预览】:
Plugin
----Plugin()
--------SmartDomainConnector.cs(3KB)
--------SmartPluginConnector.cs(1KB)
--------SmartPluginImplementsAttribute.cs(1KB)
--------SmartAssemblyLoader.cs(1KB)
--------SmartPluginInstanceFactory.cs(2KB)
----bin()
--------Debug()
--------Release()
----SmartPluginFactory.cs(2KB)
----obj()
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----SmartPluginContainer.cs(3KB)
----SmartPluginMain.cs(766B)
----Plugin.csproj(3KB)
----SmartPluginLoader.cs(2KB)
----Interfaces()
--------ISmartPlugin.cs(634B)
--------ISmartPluginContainer.cs(997B)
--------ISmartPluginLoader.cs(728B)
--------ISmartPluginDomainConnector.cs(954B)
--------ISmartPluginConnector.cs(804B)
PluginSample
----bin()
--------Debug()
--------Release()
----obj()
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----PluginSample.csproj(2KB)
----Sample1.cs(965B)
PluginPlatform
----PluginPlatform.csproj(2KB)
----bin()
--------Debug()
----obj()
--------x86()
----Properties()
--------AssemblyInfo.cs(1KB)
----Program.cs(4KB)
PluginConnector.sln
PluginSample1
----bin()
--------Debug()
----obj()
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----PluginSample1.csproj(2KB)
----Class1.cs(1KB)