C# Класс Treasury.Config

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Read() публичный статический Метод

Reads the configuration file from a stream
public static Read ( Stream stream ) : ConfigFile
stream Stream stream
Результат TShockAPI.ConfigFile

Read() публичный статический Метод

Reads a configuration file from a given path
public static Read ( string path ) : ConfigFile
path string string path
Результат TShockAPI.ConfigFile

Write() публичный Метод

Writes the configuration to a stream
public Write ( Stream stream ) : void
stream Stream stream
Результат void

Write() публичный Метод

Writes the configuration to a given path
public Write ( string path ) : void
path string string path - Location to put the config file
Результат void