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

This is a location in the client address space.
상속: TargetLocation
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetAddress TargetAddress
ReadMemory TargetBlob
WriteAddress void
WriteBuffer void

공개 메소드들

메소드 설명
ClientSuppliedTargetLocation ( TargetBlob blob ) : System
Print ( ) : string

보호된 메소드들

메소드 설명
MyToString ( ) : string

비공개 메소드들

메소드 설명
GetAddress ( TargetMemoryAccess target ) : TargetAddress
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob
WriteAddress ( TargetMemoryAccess target, TargetAddress new_address ) : void
WriteBuffer ( TargetMemoryAccess target, byte data ) : void

메소드 상세

ClientSuppliedTargetLocation() 공개 메소드

public ClientSuppliedTargetLocation ( TargetBlob blob ) : System
blob TargetBlob
리턴 System

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

Print() 공개 메소드

public Print ( ) : string
리턴 string