C# Class Mono.Debugger.Backend.TargetReader

显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
PeekAddress ( ) : TargetAddress
PeekAddress ( long offset ) : TargetAddress
PeekByte ( ) : byte
PeekByte ( long offset ) : byte
PeekInteger ( ) : int
PeekInteger ( long offset ) : int
PeekLongInteger ( ) : long
PeekLongInteger ( long offset ) : long
ReadAddress ( ) : TargetAddress
ReadByte ( ) : byte
ReadInteger ( ) : int
ReadLongInteger ( ) : long
ToString ( ) : string

Private Methods

Method Description
TargetReader ( TargetBlob data ) : System
TargetReader ( byte data, TargetMemoryInfo info ) : System
do_peek_address ( ) : long
do_peek_address ( long offset ) : long
do_read_address ( ) : long

Method Details

PeekAddress() public method

public PeekAddress ( ) : TargetAddress
return TargetAddress

PeekAddress() public method

public PeekAddress ( long offset ) : TargetAddress
offset long
return TargetAddress

PeekByte() public method

public PeekByte ( ) : byte
return byte

PeekByte() public method

public PeekByte ( long offset ) : byte
offset long
return byte

PeekInteger() public method

public PeekInteger ( ) : int
return int

PeekInteger() public method

public PeekInteger ( long offset ) : int
offset long
return int

PeekLongInteger() public method

public PeekLongInteger ( ) : long
return long

PeekLongInteger() public method

public PeekLongInteger ( long offset ) : long
offset long
return long

ReadAddress() public method

public ReadAddress ( ) : TargetAddress
return TargetAddress

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadInteger() public method

public ReadInteger ( ) : int
return int

ReadLongInteger() public method

public ReadLongInteger ( ) : long
return long

ToString() public method

public ToString ( ) : string
return string