메소드 | 설명 | |
---|---|---|
AddConfig ( string name ) : IConfig | ||
ConfigSourceBase ( ) : System | ||
ExpandKeyValues ( ) : void | ||
GetExpanded ( IConfig config, string key ) : string | ||
Merge ( IConfigSource source ) : void | ||
Reload ( ) : void | ||
ReplaceKeyValues ( ) : void | ||
Save ( ) : void |
메소드 | 설명 | |
---|---|---|
OnReloaded ( |
||
OnSaved ( |
메소드 | 설명 | |
---|---|---|
Expand ( IConfig config, string key, bool setValue ) : string |
Expands key values from the given IConfig.
|
|
ExpandValue ( IConfig config, string search ) : string |
Returns the replacement value of a config.
|
public GetExpanded ( IConfig config, string key ) : string | ||
config | IConfig | |
key | string | |
리턴 | string |