Свойство | Type | Description | |
---|---|---|---|
ConfigRead | Action |
Méthode | Description | |
---|---|---|
DumpDescriptions ( ) : void |
Dumps all configuration options to a text file in Markdown format
|
|
Read ( Stream stream ) : ConfigFile |
Reads the configuration file from a stream
|
|
Read ( string path ) : ConfigFile |
Reads a configuration file from a given path
|
|
Write ( Stream stream ) : void |
Writes the configuration to a stream
|
|
Write ( string path ) : void |
Writes the configuration to a given path
|
public static Read ( Stream stream ) : ConfigFile | ||
stream | Stream | stream |
Résultat | ConfigFile |
public static Read ( string path ) : ConfigFile | ||
path | string | string path |
Résultat | ConfigFile |
public Write ( string path ) : void | ||
path | string | string path - Location to put the config file |
Résultat | void |