C# Class OpenTransactions.OTAPI.OTCallback

Inheritance: global::System.IDisposable
Mostrar archivo Open project: da2ce7/Open-Transactions-old Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
OTCallback ( ) : System
runOne ( string szDisplay, OTPassword theOutput ) : void
runTwo ( string szDisplay, OTPassword theOutput ) : void

Private Methods

Method Description
OTCallback ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorrunOne ( string szDisplay, IntPtr theOutput ) : void
SwigDirectorrunTwo ( string szDisplay, IntPtr theOutput ) : void
getCPtr ( OTCallback obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OTCallback() public method

public OTCallback ( ) : System
return System

runOne() public method

public runOne ( string szDisplay, OTPassword theOutput ) : void
szDisplay string
theOutput OTPassword
return void

runTwo() public method

public runTwo ( string szDisplay, OTPassword theOutput ) : void
szDisplay string
theOutput OTPassword
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool