C# 클래스 Mono.Debugger.Languages.TargetArrayObject

상속: TargetObject
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Rank int
Type TargetArrayType

보호된 프로퍼티들

프로퍼티 타입 설명
bounds TargetArrayBounds

공개 메소드들

메소드 설명
GetArrayBounds ( System.Thread thread ) : TargetArrayBounds
GetClassObject ( System.Thread thread ) : TargetClassObject
GetElement ( System.Thread thread, int indices ) : TargetObject
SetElement ( System.Thread thread, int indices, TargetObject obj ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
DoGetArrayBounds ( TargetMemoryAccess target ) : void
GetArrayBounds ( TargetMemoryAccess target ) : bool
GetArrayOffset ( TargetMemoryAccess target, int indices ) : int
GetLength ( TargetMemoryAccess target ) : int

비공개 메소드들

메소드 설명
GetClassObject ( TargetMemoryAccess target ) : TargetClassObject
GetElement ( TargetMemoryAccess target, int indices ) : TargetObject
SetElement ( TargetMemoryAccess target, int indices, TargetObject obj ) : void
TargetArrayObject ( TargetArrayType type, TargetLocation location ) : System

메소드 상세

DoGetArrayBounds() 보호된 추상적인 메소드

protected abstract DoGetArrayBounds ( TargetMemoryAccess target ) : void
target TargetMemoryAccess
리턴 void

GetArrayBounds() 공개 메소드

public GetArrayBounds ( System.Thread thread ) : TargetArrayBounds
thread System.Thread
리턴 TargetArrayBounds

GetArrayBounds() 보호된 메소드

protected GetArrayBounds ( TargetMemoryAccess target ) : bool
target TargetMemoryAccess
리턴 bool

GetArrayOffset() 보호된 메소드

protected GetArrayOffset ( TargetMemoryAccess target, int indices ) : int
target TargetMemoryAccess
indices int
리턴 int

GetClassObject() 공개 메소드

public GetClassObject ( System.Thread thread ) : TargetClassObject
thread System.Thread
리턴 TargetClassObject

GetElement() 공개 메소드

public GetElement ( System.Thread thread, int indices ) : TargetObject
thread System.Thread
indices int
리턴 TargetObject

GetLength() 보호된 메소드

protected GetLength ( TargetMemoryAccess target ) : int
target TargetMemoryAccess
리턴 int

SetElement() 공개 메소드

public SetElement ( System.Thread thread, int indices, TargetObject obj ) : void
thread System.Thread
indices int
obj TargetObject
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Rank 공개적으로 프로퍼티

public int Rank
리턴 int

Type 공개적으로 프로퍼티

public TargetArrayType,Mono.Debugger.Languages Type
리턴 TargetArrayType

bounds 보호되어 있는 프로퍼티

protected TargetArrayBounds,Mono.Debugger.Languages bounds
리턴 TargetArrayBounds