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

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

보호된 프로퍼티들

프로퍼티 타입 설명
type TargetType

공개 메소드들

메소드 설명
GetAddress ( System.Thread thread ) : TargetAddress
Print ( Thread thread ) : string
PrintLocation ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
GetAddress ( TargetMemoryAccess target ) : TargetAddress
GetDynamicSize ( TargetMemoryAccess target, TargetBlob blob, TargetLocation location, TargetLocation &dynamic_location ) : long
Print ( TargetMemoryAccess memory ) : string
SetTypeName ( string type_name ) : void
TargetObject ( TargetType type, TargetLocation location ) : System

메소드 상세

GetAddress() 공개 메소드

public GetAddress ( System.Thread thread ) : TargetAddress
thread System.Thread
리턴 TargetAddress

Print() 공개 메소드

public Print ( Thread thread ) : string
thread Thread
리턴 string

PrintLocation() 공개 메소드

public PrintLocation ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

type 보호되어 있는 프로퍼티

protected TargetType type
리턴 TargetType