C# Class PluginEngine.PluginInfo

Afficher le fichier Open project: zhujunxxxxx/FastNetwork Class Usage Examples

Private Properties

Свойство Type Description
CreateProviderInstance bool
EnsureLoadAssembly bool
InitialzingPluginProvider bool
Load bool
LoadService bool
LoadService bool
LocateAssemblyPath string

Méthodes publiques

Méthode Description
Load ( ) : bool

初始化加载

PluginInfo ( ) : System

构造函数

ShutDown ( ) : bool

卸载插件

Private Methods

Méthode Description
CreateProviderInstance ( ) : bool

创建实例对象

EnsureLoadAssembly ( ) : bool

加载程序集信息

InitialzingPluginProvider ( ) : bool

初始化指定插件

Load ( bool isInitializingCall ) : bool

初始化加载

LoadService ( ) : bool

加载指定插件

LoadService ( bool onloadCall ) : bool

加载指定插件

LocateAssemblyPath ( string dllName ) : string

确定程序集路径

Method Details

Load() public méthode

初始化加载
public Load ( ) : bool
Résultat bool

PluginInfo() public méthode

构造函数
public PluginInfo ( ) : System
Résultat System

ShutDown() public méthode

卸载插件
public ShutDown ( ) : bool
Résultat bool