C# Класс touchvg.core.MgStorageBase

Наследование: touchvg.core.MgStorage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
MgStorageBase ( ) : System
readFloatArray ( string name, Floats values ) : int
readString ( string name, Chars value ) : int
writeFloatArray ( string name, Floats values ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

MgStorageBase() публичный Метод

public MgStorageBase ( ) : System
Результат System

readFloatArray() публичный Метод

public readFloatArray ( string name, Floats values ) : int
name string
values Floats
Результат int

readString() публичный Метод

public readString ( string name, Chars value ) : int
name string
value Chars
Результат int

writeFloatArray() публичный Метод

public writeFloatArray ( string name, Floats values ) : void
name string
values Floats
Результат void