C# 클래스 MonoDevelop.Debugger.Gdb.ResultData

상속: IEnumerable
파일 보기 프로젝트 열기: llucenic/MonoDevelop.Debugger.Gdb.D 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
props System.Collections.Hashtable

공개 메소드들

메소드 설명
GetAllValues ( string name ) : object[]
GetEnumerator ( ) : IEnumerator
GetInt ( int index ) : int
GetInt ( string name ) : int
GetObject ( int index ) : ResultData
GetObject ( string name ) : ResultData
GetValue ( int index ) : object
GetValue ( string name ) : object
GetValueString ( int index ) : string
GetValueString ( string name ) : string

보호된 메소드들

메소드 설명
ReadChar ( string str, int &pos, char c ) : void
ReadResult ( string str, int &pos, string &name, object &value ) : void
ReadResults ( string str, int pos ) : void
ReadTuple ( string str, int &pos, ResultData data ) : void
ThrownParseError ( string str, int pos ) : void

비공개 메소드들

메소드 설명
ReadArray ( string str, int &pos ) : ResultData
ReadString ( string str, char term, int &pos ) : string
ReadValue ( string str, int &pos ) : object
TryReadChar ( string str, int &pos, char c ) : bool

메소드 상세

GetAllValues() 공개 메소드

public GetAllValues ( string name ) : object[]
name string
리턴 object[]

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetInt() 공개 메소드

public GetInt ( int index ) : int
index int
리턴 int

GetInt() 공개 메소드

public GetInt ( string name ) : int
name string
리턴 int

GetObject() 공개 메소드

public GetObject ( int index ) : ResultData
index int
리턴 ResultData

GetObject() 공개 메소드

public GetObject ( string name ) : ResultData
name string
리턴 ResultData

GetValue() 공개 메소드

public GetValue ( int index ) : object
index int
리턴 object

GetValue() 공개 메소드

public GetValue ( string name ) : object
name string
리턴 object

GetValueString() 공개 메소드

public GetValueString ( int index ) : string
index int
리턴 string

GetValueString() 공개 메소드

public GetValueString ( string name ) : string
name string
리턴 string

ReadChar() 보호된 메소드

protected ReadChar ( string str, int &pos, char c ) : void
str string
pos int
c char
리턴 void

ReadResult() 보호된 메소드

protected ReadResult ( string str, int &pos, string &name, object &value ) : void
str string
pos int
name string
value object
리턴 void

ReadResults() 보호된 메소드

protected ReadResults ( string str, int pos ) : void
str string
pos int
리턴 void

ReadTuple() 보호된 메소드

protected ReadTuple ( string str, int &pos, ResultData data ) : void
str string
pos int
data ResultData
리턴 void

ThrownParseError() 보호된 메소드

protected ThrownParseError ( string str, int pos ) : void
str string
pos int
리턴 void

프로퍼티 상세

props 보호되어 있는 프로퍼티

protected Hashtable,System.Collections props
리턴 System.Collections.Hashtable