C# Class ExtensionLoader.Config.IniConfig

Inheritance: ConfigBase
Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CaseInsensitiveKeyName ( string key ) : string

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

Method Details

Get() public méthode

public Get ( string key ) : string
key string
Résultat string

IniConfig() public méthode

public IniConfig ( string name, IConfigSource source ) : System
name string
source IConfigSource
Résultat System

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, object value ) : void
key string
value object
Résultat void