C# Class Mono.Debugger.TargetBinaryAccess

Show file 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 property

protected TargetBlob,Mono.Debugger blob
return TargetBlob

pos protected property

protected int pos
return int

swap protected property

protected bool swap
return bool