Свойство | Тип | Описание | |
---|---|---|---|
_GetSystemDataPath | string | ||
_GetUserDataPath | string | ||
_LoadModuleStore | ModuleStore | ||
_LoadSystemConfig | SystemConfig | ||
_OperatingWithinContext | bool |
Метод | Описание | |
---|---|---|
LoadSystemConfig ( ) : void | ||
ReloadSystemConfig ( ) : void | ||
SaveDisabledDevices ( ) : void | ||
SaveSystemConfig ( ) : Queue |
Saves the system config.
|
|
Start ( IApplication clientApplication, bool openExecution = true, bool disableDevices = false, string dataRootDirectory = null ) : void | ||
Stop ( ) : void |
Метод | Описание | |
---|---|---|
_GetSystemDataPath ( ) : string | ||
_GetUserDataPath ( ) : string | ||
_LoadModuleStore ( string systemDataPath ) : ModuleStore | ||
_LoadSystemConfig ( string systemDataPath ) : SystemConfig | ||
_OperatingWithinContext ( string systemConfigFilePath ) : bool |
public static LoadSystemConfig ( ) : void | ||
Результат | void |
public static ReloadSystemConfig ( ) : void | ||
Результат | void |
public static SaveDisabledDevices ( ) : void | ||
Результат | void |
public static SaveSystemConfig ( ) : Queue |
||
Результат | Queue |
public static Start ( IApplication clientApplication, bool openExecution = true, bool disableDevices = false, string dataRootDirectory = null ) : void | ||
clientApplication | IApplication | |
openExecution | bool | |
disableDevices | bool | |
dataRootDirectory | string | |
Результат | void |