C# Class Mono.Debugger.TargetBinaryAccess

Afficher le fichier Open project: baulig/debugger

Protected Properties

Свойство Type Description
blob TargetBlob
pos int
swap bool

Méthodes publiques

Méthode Description
HexDump ( ) : string
HexDump ( TargetAddress start, byte data ) : string
HexDump ( byte data ) : string
TargetBinaryAccess ( TargetBlob blob ) : System

Method Details

HexDump() public méthode

public HexDump ( ) : string
Résultat string

HexDump() public static méthode

public static HexDump ( TargetAddress start, byte data ) : string
start TargetAddress
data byte
Résultat string

HexDump() public static méthode

public static HexDump ( byte data ) : string
data byte
Résultat string

TargetBinaryAccess() public méthode

public TargetBinaryAccess ( TargetBlob blob ) : System
blob TargetBlob
Résultat System

Property Details

blob protected_oe property

protected TargetBlob,Mono.Debugger blob
Résultat TargetBlob

pos protected_oe property

protected int pos
Résultat int

swap protected_oe property

protected bool swap
Résultat bool