C#动态加载插件示例

时间:2011-12-02 14:19:12
【文件属性】:

文件名称:C#动态加载插件示例

文件大小:64KB

文件格式:RAR

更新时间:2011-12-02 14:19:12

插件 反射 多态 oop

用C#演示插件实现的思路。一些简单的oop代码。


【文件预览】:
PlugLibary
----PlugLibary.suo(29KB)
----WindowsApplication1()
--------Form1.cs(2KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(478B)
--------Form1.Designer.cs(3KB)
--------WindowsApplication1.csproj(3KB)
--------Form1.resx(6KB)
----PlugLibary()
--------bin()
--------obj()
--------Properties()
--------IPlug.cs(369B)
--------PlugLibary.csproj(2KB)
----PlugLibary.sln(2KB)
----MyPlug()
--------bin()
--------MyPlug.csproj(3KB)
--------obj()
--------Properties()
--------PlugLibary.dll(16KB)
--------UserControl1.Designer.cs(2KB)
--------UserControl1.resx(6KB)
--------UserControl1.cs(484B)
--------Plug.cs(450B)

网友评论

  • 谢谢分享. 暂时还用不上.
  • 学习了,通过修改,可以实现自己的插件式软件。