Public Member Functions | |
virtual void | Dispose () |
Parameters () | |
bool | get (string name, bool def) |
int | get (string name, int def) |
double | get (string name, double def) |
long | get (string name, long def) |
string | get (string name, string def) |
void | remove (string path) |
void | set (string name, bool value) |
void | set (string name, string value) |
void | set (string name, int value) |
void | set (string name, long value) |
void | set (string name, double value) |
void | set (string value) |
void | clear () |
uint | size () |
bool | exists (int index) |
bool | exists (string name) |
void | load (string text) |
Static Public Member Functions | |
Parameters | instance () |
Protected Attributes | |
bool | swigCMemOwn |
Private Member Functions | |
internal | Parameters (IntPtr cPtr, bool cMemoryOwn) |
~Parameters () | |
Static Private Member Functions | |
internal HandleRef | getCPtr (Parameters obj) |
Private Attributes | |
HandleRef | swigCPtr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|