C# Class touchvg.core.MgStorageBase

Inheritance: touchvg.core.MgStorage
Mostra file Open project: rhcad/touchvg-v0.6 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MgStorageBase ( ) : System
readFloatArray ( string name, Floats values ) : int
readString ( string name, Chars value ) : int
writeFloatArray ( string name, Floats values ) : void

Private Methods

Method Description
MgStorageBase ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorreadBool ( string name, bool defvalue ) : bool
SwigDirectorreadFloat ( string name, float defvalue ) : float
SwigDirectorreadFloatArray ( string name, IntPtr values ) : int
SwigDirectorreadInt ( string name, int defvalue ) : int
SwigDirectorreadNode ( string name, int index, bool ended ) : bool
SwigDirectorreadString ( string name, IntPtr value ) : int
SwigDirectorsetError ( string errdesc ) : bool
SwigDirectorwriteBool ( string name, bool value ) : void
SwigDirectorwriteFloat ( string name, float value ) : void
SwigDirectorwriteFloatArray ( string name, IntPtr values ) : void
SwigDirectorwriteInt ( string name, int value ) : void
SwigDirectorwriteNode ( string name, int index, bool ended ) : bool
SwigDirectorwriteString ( string name, string value ) : void
SwigDirectorwriteUInt ( string name, int value ) : void
getCPtr ( MgStorageBase obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MgStorageBase() public method

public MgStorageBase ( ) : System
return System

readFloatArray() public method

public readFloatArray ( string name, Floats values ) : int
name string
values Floats
return int

readString() public method

public readString ( string name, Chars value ) : int
name string
value Chars
return int

writeFloatArray() public method

public writeFloatArray ( string name, Floats values ) : void
name string
values Floats
return void