C# Class Wv.WvIni

Show file Open project: apenwarr/versaplex Class Usage Examples

Public Methods

Method Description
WvIni ( string filename ) : System
get ( string section, string key ) : string
get ( string section, string key, string defval ) : string
getSections ( ) : IEnumerable
maybeset ( string section, string key, string val ) : void
save ( ) : void
save ( string filename ) : void
set ( string section, string key, string val ) : void
this ( string sectname ) : string>.IDictionary

Method Details

WvIni() public method

public WvIni ( string filename ) : System
filename string
return System

get() public method

public get ( string section, string key ) : string
section string
key string
return string

get() public method

public get ( string section, string key, string defval ) : string
section string
key string
defval string
return string

getSections() public method

public getSections ( ) : IEnumerable
return IEnumerable

maybeset() public method

public maybeset ( string section, string key, string val ) : void
section string
key string
val string
return void

save() public method

public save ( ) : void
return void

save() public method

public save ( string filename ) : void
filename string
return void

set() public method

public set ( string section, string key, string val ) : void
section string
key string
val string
return void

this() public method

public this ( string sectname ) : string>.IDictionary
sectname string
return string>.IDictionary