C# Class ExtensionLoader.Config.IniConfig

Inheritance: ConfigBase
Mostra file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
Get ( string key ) : string
IniConfig ( string name, IConfigSource source ) : System
Remove ( string key ) : void
Set ( string key, object value ) : void

Private Methods

Method Description
CaseInsensitiveKeyName ( string key ) : string

Returns the key name if the case insensitivity is turned on.

Method Details

Get() public method

public Get ( string key ) : string
key string
return string

IniConfig() public method

public IniConfig ( string name, IConfigSource source ) : System
name string
source IConfigSource
return System

Remove() public method

public Remove ( string key ) : void
key string
return void

Set() public method

public Set ( string key, object value ) : void
key string
value object
return void