C# 클래스 NPLMono.NPLTable

Do not use this class directly, use NPLObjectProxy instead.
상속: NPLObjectBase, System.Collections.IEnumerable
파일 보기 프로젝트 열기: LiXizhi/NPLRuntime

공개 메소드들

메소드 설명
Clear ( ) : void
CreateGetField ( int nIndex ) : NPLObjectProxy
CreateGetField ( string sName ) : NPLObjectProxy
GetEnumerator ( ) : System.Collections.IEnumerator
GetField ( int nIndex ) : NPLObjectProxy
GetField ( string sName ) : NPLObjectProxy
NPLTable ( )
SetField ( int nIndex, NPLObjectProxy obj ) : void
SetField ( string sName, NPLObjectProxy obj ) : void
ToString ( ) : string
this ( int nIndex ) : NPLObjectProxy
this ( string sName ) : NPLObjectProxy

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateGetField() 공개 메소드

public CreateGetField ( int nIndex ) : NPLObjectProxy
nIndex int
리턴 NPLObjectProxy

CreateGetField() 공개 메소드

public CreateGetField ( string sName ) : NPLObjectProxy
sName string
리턴 NPLObjectProxy

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

GetField() 공개 메소드

public GetField ( int nIndex ) : NPLObjectProxy
nIndex int
리턴 NPLObjectProxy

GetField() 공개 메소드

public GetField ( string sName ) : NPLObjectProxy
sName string
리턴 NPLObjectProxy

NPLTable() 공개 메소드

public NPLTable ( )

SetField() 공개 메소드

public SetField ( int nIndex, NPLObjectProxy obj ) : void
nIndex int
obj NPLObjectProxy
리턴 void

SetField() 공개 메소드

public SetField ( string sName, NPLObjectProxy obj ) : void
sName string
obj NPLObjectProxy
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int nIndex ) : NPLObjectProxy
nIndex int
리턴 NPLObjectProxy

this() 공개 메소드

public this ( string sName ) : NPLObjectProxy
sName string
리턴 NPLObjectProxy