프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Addons | AddonBase>.Dictionary |
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void |
Initializes the Plugin manager.
|
|
IsAddon ( string ServerName, string AddonName ) : bool | ||
IsLoadingAddons ( ) : bool | ||
LoadPluginsFromDirectory ( |
Loads plugins from the specified directory.
|
|
LoadPluginsFromDirectory ( string directory ) : bool |
Loads plugins from the specified directory.
|
|
UnloadPlugins ( string ServerName = "" ) : bool |
Unloads all addons.
|
메소드 | 설명 | |
---|---|---|
AddonManager ( ) : System | ||
IsIgnore ( string Name, string ServerName ) : bool | ||
SetupAppDomainDebugHandlers ( ) : void |
public IsAddon ( string ServerName, string AddonName ) : bool | ||
ServerName | string | |
AddonName | string | |
리턴 | bool |
public LoadPluginsFromDirectory ( |
||
directory | The directory to check in | |
리턴 | bool |
public LoadPluginsFromDirectory ( string directory ) : bool | ||
directory | string | The directory to check in |
리턴 | bool |
public UnloadPlugins ( string ServerName = "" ) : bool | ||
ServerName | string | |
리턴 | bool |