C# Class OpenTransactions.OTAPI.StringMap

Inheritance: Storable
显示文件 Open project: da2ce7/Open-Transactions-old Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetValue ( string strKey ) : string
SetValue ( string strKey, string strValue ) : void
ot_dynamic_cast ( Storable pObject ) : StringMap

Private Methods

Method Description
StringMap ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StringMap obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetValue() public method

public GetValue ( string strKey ) : string
strKey string
return string

SetValue() public method

public SetValue ( string strKey, string strValue ) : void
strKey string
strValue string
return void

ot_dynamic_cast() public static method

public static ot_dynamic_cast ( Storable pObject ) : StringMap
pObject Storable
return StringMap