C# Class touchvg.core.MgStorageBase

Inheritance: touchvg.core.MgStorage
Afficher le fichier Open project: rhcad/touchvg-v0.6 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

MgStorageBase() public méthode

public MgStorageBase ( ) : System
Résultat System

readFloatArray() public méthode

public readFloatArray ( string name, Floats values ) : int
name string
values Floats
Résultat int

readString() public méthode

public readString ( string name, Chars value ) : int
name string
value Chars
Résultat int

writeFloatArray() public méthode

public writeFloatArray ( string name, Floats values ) : void
name string
values Floats
Résultat void