C# 클래스 Vixen.Sys.VixenSystem

파일 보기 프로젝트 열기: sall/vixen

Private Properties

프로퍼티 타입 설명
_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

메소드 상세

LoadSystemConfig() 공개 정적인 메소드

public static LoadSystemConfig ( ) : void
리턴 void

ReloadSystemConfig() 공개 정적인 메소드

public static ReloadSystemConfig ( ) : void
리턴 void

SaveDisabledDevices() 공개 정적인 메소드

public static SaveDisabledDevices ( ) : void
리턴 void

SaveSystemConfig() 공개 정적인 메소드

Saves the system config.
public static SaveSystemConfig ( ) : Queue
리턴 Queue

Start() 공개 정적인 메소드

public static Start ( IApplication clientApplication, bool openExecution = true, bool disableDevices = false, string dataRootDirectory = null ) : void
clientApplication IApplication
openExecution bool
disableDevices bool
dataRootDirectory string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void