Метод | Описание | |
---|---|---|
Read ( Stream stream ) : |
Reads the configuration file from a stream
|
|
Read ( string path ) : |
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 ) : |
||
stream | Stream | stream |
Результат |
public static Read ( string path ) : |
||
path | string | string path |
Результат |
public Write ( string path ) : void | ||
path | string | string path - Location to put the config file |
Результат | void |