C# Class ServerTools.InfoTicker

Afficher le fichier Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Méthodes publiques

Свойство Type Description
DelayBetweenMessages int
IsEnabled bool
IsRunning bool

Private Properties

Свойство Type Description
InitFileWatcher void
LoadXml void
OnFileChanged void
Start void
StatusCheck void
UpdateXml void

Méthodes publiques

Méthode Description
Load ( ) : void
Unload ( ) : void

Private Methods

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

Method Details

Load() public static méthode

public static Load ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void

Property Details

DelayBetweenMessages public_oe static_oe property

public static int DelayBetweenMessages
Résultat int

IsEnabled public_oe static_oe property

public static bool IsEnabled
Résultat bool

IsRunning public_oe static_oe property

public static bool IsRunning
Résultat bool