.NET 动态加载DLL文件

时间:2015-09-02 10:59:08
【文件属性】:

文件名称:.NET 动态加载DLL文件

文件大小:52KB

文件格式:ZIP

更新时间:2015-09-02 10:59:08

动态加载DLL

目前对于 Assembly, CLR 没有提供卸载 Assembly 的方法。而 Assembly 是 驻留在 Appdomain 中,Appdomain 是可以动态卸载和创建的。


【文件预览】:
BestDemoLibrary
----MyWorld()
--------Class1.cs(381B)
--------Properties()
--------obj()
--------bin()
--------MyWorld.csproj(2KB)
----BestDemoLibrary.suo(25KB)
----ResultShowDemo()
--------DemoForm.resx(6KB)
--------Program.cs(3KB)
--------Properties()
--------DemoForm.cs(1KB)
--------DemoForm.Designer.cs(3KB)
--------ResultShowDemo.csproj(3KB)
--------obj()
--------bin()
----BestDemoLibrary.sln(3KB)

网友评论

  • 对于我这种初级人员来说,可以开阔思路
  • 初级代码,哎