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

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

Private Properties

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

공개 메소드들

메소드 설명
Create ( TargetMemoryAccess target, bool is_regoffset, Register register, long regoffset, bool is_byref ) : MonoVariableLocation
Print ( ) : string

보호된 메소드들

메소드 설명
MyToString ( ) : string

비공개 메소드들

메소드 설명
GetAddress ( TargetMemoryAccess target ) : TargetAddress
MonoVariableLocation ( bool is_regoffset, Register register, long regoffset, bool is_byref ) : System
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob
WriteAddress ( TargetMemoryAccess target, TargetAddress new_address ) : void
WriteBuffer ( TargetMemoryAccess target, byte data ) : void
update ( TargetMemoryAccess target ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( TargetMemoryAccess target, bool is_regoffset, Register register, long regoffset, bool is_byref ) : MonoVariableLocation
target TargetMemoryAccess
is_regoffset bool
register Register
regoffset long
is_byref bool
리턴 MonoVariableLocation

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

Print() 공개 메소드

public Print ( ) : string
리턴 string