C# Class Mono.Debugger.TargetBinaryAccess

显示文件 Open project: baulig/debugger

Protected Properties

Property Type Description
blob TargetBlob
pos int
swap bool

Public Methods

Method Description
HexDump ( ) : string
HexDump ( TargetAddress start, byte data ) : string
HexDump ( byte data ) : string
TargetBinaryAccess ( TargetBlob blob ) : System

Method Details

HexDump() public method

public HexDump ( ) : string
return string

HexDump() public static method

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

HexDump() public static method

public static HexDump ( byte data ) : string
data byte
return string

TargetBinaryAccess() public method

public TargetBinaryAccess ( TargetBlob blob ) : System
blob TargetBlob
return System

Property Details

blob protected_oe property

protected TargetBlob,Mono.Debugger blob
return TargetBlob

pos protected_oe property

protected int pos
return int

swap protected_oe property

protected bool swap
return bool