Свойство | Тип | Описание | |
---|---|---|---|
IsGridServer | bool | ||
defaultIniFile | string | ||
iniFilePath | string | ||
m_defines | string>.Dictionary |
Свойство | Тип | Описание | |
---|---|---|---|
inidbg | bool | ||
showIniLoading | bool |
Метод | Описание | |
---|---|---|
AddIncludes ( List |
Adds the included files as ini configuration files
|
|
FixDefines ( IConfigSource &m_config ) : void | ||
LoadConfigSettings ( IConfigSource argvSource ) : IConfigSource |
Loads the region configuration
|
|
WriteConfigFile ( int i, IConfigSource m_config ) : void |
Метод | Описание | |
---|---|---|
IsUri ( string file ) : bool |
Check if we can convert the string to a URI
|
|
ReadConfig ( string iniPath, int i, IConfigSource source ) : bool |
Provide same ini loader functionality for standard ini and master ini - file system or XML over http
|
public AddIncludes ( List |
||
sources | List |
List of URL strings or filename strings |
basePath | string | |
cntr | int | Where should we start inserting sources into the list? |
triedPaths | List |
|
configSource | IConfigSource | |
Результат | void |
public FixDefines ( IConfigSource &m_config ) : void | ||
m_config | IConfigSource | |
Результат | void |
public LoadConfigSettings ( IConfigSource argvSource ) : IConfigSource | ||
argvSource | IConfigSource | Parameters passed into the process when started |
Результат | IConfigSource |
public WriteConfigFile ( int i, IConfigSource m_config ) : void | ||
i | int | |
m_config | IConfigSource | |
Результат | void |