C# 클래스 Mono.Debugger.TargetBinaryAccess

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

보호된 프로퍼티들

프로퍼티 타입 설명
blob TargetBlob
pos int
swap bool

공개 메소드들

메소드 설명
HexDump ( ) : string
HexDump ( TargetAddress start, byte data ) : string
HexDump ( byte data ) : string
TargetBinaryAccess ( TargetBlob blob ) : System

메소드 상세

HexDump() 공개 메소드

public HexDump ( ) : string
리턴 string

HexDump() 공개 정적인 메소드

public static HexDump ( TargetAddress start, byte data ) : string
start TargetAddress
data byte
리턴 string

HexDump() 공개 정적인 메소드

public static HexDump ( byte data ) : string
data byte
리턴 string

TargetBinaryAccess() 공개 메소드

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

프로퍼티 상세

blob 보호되어 있는 프로퍼티

protected TargetBlob,Mono.Debugger blob
리턴 TargetBlob

pos 보호되어 있는 프로퍼티

protected int pos
리턴 int

swap 보호되어 있는 프로퍼티

protected bool swap
리턴 bool