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

상속: TargetObject
파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
Type TargetPointerType

공개 메소드들

메소드 설명
GetArrayElement ( Thread thread, int index ) : TargetObject
GetCurrentType ( Thread thread ) : TargetType

The current type of the object pointed to by this pointer. May only be used if ITargetPointerType.HasStaticType is false.

GetDereferencedObject ( Thread thread ) : TargetObject

If HasDereferencedObject is true, return the dereferenced object.

보호된 메소드들

메소드 설명
GetDereferencedLocation ( ) : TargetLocation

비공개 메소드들

메소드 설명
GetArrayElement ( TargetMemoryAccess target, int index ) : TargetObject
GetCurrentType ( TargetMemoryAccess target ) : TargetType
GetDereferencedObject ( TargetMemoryAccess target ) : TargetObject
TargetPointerObject ( TargetPointerType type, TargetLocation location )

메소드 상세

GetArrayElement() 공개 메소드

public GetArrayElement ( Thread thread, int index ) : TargetObject
thread Thread
index int
리턴 TargetObject

GetCurrentType() 공개 메소드

The current type of the object pointed to by this pointer. May only be used if ITargetPointerType.HasStaticType is false.
public GetCurrentType ( Thread thread ) : TargetType
thread Thread
리턴 TargetType

GetDereferencedLocation() 보호된 메소드

protected GetDereferencedLocation ( ) : TargetLocation
리턴 TargetLocation

GetDereferencedObject() 공개 메소드

If HasDereferencedObject is true, return the dereferenced object.
public GetDereferencedObject ( Thread thread ) : TargetObject
thread Thread
리턴 TargetObject

프로퍼티 상세

Type 공개적으로 프로퍼티

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