C# 클래스 touchvg.core.MgStorageBase

상속: touchvg.core.MgStorage
파일 보기 프로젝트 열기: rhcad/touchvg-v0.6 1 사용 예제들

공개 메소드들

메소드 설명
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