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

This is just an address, but its lifetime is tied to the lifetime of another location.
상속: TargetLocation
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetAddress TargetAddress

공개 메소드들

메소드 설명
Print ( ) : string
RelativeTargetLocation ( TargetLocation relative_to, long offset ) : System

보호된 메소드들

메소드 설명
MyToString ( ) : string

비공개 메소드들

메소드 설명
GetAddress ( TargetMemoryAccess target ) : TargetAddress

메소드 상세

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

Print() 공개 메소드

public Print ( ) : string
리턴 string

RelativeTargetLocation() 공개 메소드

public RelativeTargetLocation ( TargetLocation relative_to, long offset ) : System
relative_to TargetLocation
offset long
리턴 System