文件名称:EventPlugin_src
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 23kb
- 下载次数:
- 0次
- 提 供 者:
- z***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Currently, I am working on creating an advanced multi-protocol IM program similar to GAIM or Trillian. However, I wanted to make the program completely extensible so that anyone could create a plug-in with a simple understanding of the application core. I looked at some of the other plug-in engines on CodeProject but couldn’t find any that did exactly what I wanted. In order for those engines to work, they needed to know specific information about all of its plug-ins, which I didn’t want to know. I wanted it so that anyone could create a plug-in without having to recompile the core at all. I started with the Dynamic Plug-in Engine by Bob Aman-Currently, I am working on creating an advanced multi-protocol IM program similar to GAIM or Trillian. However, I wanted to make the program completely extensible so that anyone could create a plug-in with a simple understanding of the application core. I looked at some of the other plug-in engines on CodeProject but couldn t find any that did exactly what I wanted. In order for those engines to work, they needed to know specific information about all of its plug-ins, which I didn t want to know. I wanted it so that anyone could create a plug-in without having to recompile the core at all. I started with the Dynamic Plug-in Engine by Bob Aman
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PluginManager
.............\Core.cs
.............\CoreEventListener.cs
.............\frmPlugin.cs
.............\frmPlugin.designer.cs
.............\frmPlugin.resx
.............\LocalClassLoader.cs
.............\PluginAttribute.cs
.............\PluginManager.cs
.............\PluginManager.csproj
.............\Properties
.............\..........\AssemblyInfo.cs
.............\RemoteClassLoader.cs
PluginManager.sln
PluginManagerStarter
....................\PluginManagerStarter.csproj
....................\Program.cs
....................\Properties
....................\..........\AssemblyInfo.cs
TestPlugin
..........\frmMain.cs
..........\frmMain.Designer.cs
..........\frmMain.resx
..........\Plugin1.cs
..........\Properties
..........\..........\AssemblyInfo.cs
..........\TestPlugin.csproj
.............\Core.cs
.............\CoreEventListener.cs
.............\frmPlugin.cs
.............\frmPlugin.designer.cs
.............\frmPlugin.resx
.............\LocalClassLoader.cs
.............\PluginAttribute.cs
.............\PluginManager.cs
.............\PluginManager.csproj
.............\Properties
.............\..........\AssemblyInfo.cs
.............\RemoteClassLoader.cs
PluginManager.sln
PluginManagerStarter
....................\PluginManagerStarter.csproj
....................\Program.cs
....................\Properties
....................\..........\AssemblyInfo.cs
TestPlugin
..........\frmMain.cs
..........\frmMain.Designer.cs
..........\frmMain.resx
..........\Plugin1.cs
..........\Properties
..........\..........\AssemblyInfo.cs
..........\TestPlugin.csproj