Свойство | Тип | Описание | |
---|---|---|---|
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 |