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

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

Private Properties

프로퍼티 타입 설명
GetAddress TargetAddress
Print string
ReadMemory TargetBlob

공개 메소드들

메소드 설명
BitfieldTargetLocation ( TargetLocation relative_to, int offset, int size ) : System
Print ( ) : string

보호된 메소드들

메소드 설명
MyToString ( ) : string

비공개 메소드들

메소드 설명
GetAddress ( TargetMemoryAccess target ) : TargetAddress
Print ( bool data ) : string
ReadMemory ( TargetMemoryAccess target, int size ) : TargetBlob

메소드 상세

BitfieldTargetLocation() 공개 메소드

public BitfieldTargetLocation ( TargetLocation relative_to, int offset, int size ) : System
relative_to TargetLocation
offset int
size int
리턴 System

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

Print() 공개 메소드

public Print ( ) : string
리턴 string