C# Class ServerTools.InfoTicker

ファイルを表示 Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
DelayBetweenMessages int
IsEnabled bool
IsRunning bool

Private Properties

Property Type Description
InitFileWatcher void
LoadXml void
OnFileChanged void
Start void
StatusCheck void
UpdateXml void

Public Methods

Method Description
Load ( ) : void
Unload ( ) : void

Private Methods

Method Description
InitFileWatcher ( ) : void
LoadXml ( ) : void
OnFileChanged ( object source, FileSystemEventArgs e ) : void
Start ( ) : void
StatusCheck ( ) : void
UpdateXml ( ) : void

Method Details

Load() public static method

public static Load ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void

Property Details

DelayBetweenMessages public_oe static_oe property

public static int DelayBetweenMessages
return int

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool

IsRunning public_oe static_oe property

public static bool IsRunning
return bool