C# Class Mono.Debugger.TargetBinaryReader

Inheritance: TargetBinaryAccess
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
PeekAddress ( ) : long
PeekAddress ( long pos ) : long
PeekBuffer ( int size ) : byte[]
PeekBuffer ( long offset, int size ) : byte[]
PeekByte ( ) : byte
PeekByte ( long pos ) : byte
PeekInt16 ( ) : short
PeekInt16 ( long pos ) : short
PeekInt32 ( ) : int
PeekInt32 ( long pos ) : int
PeekInt64 ( ) : long
PeekInt64 ( long pos ) : long
PeekLeb128 ( long pos ) : int
PeekLeb128 ( long pos, int &size ) : int
PeekSByte ( ) : sbyte
PeekSLeb128 ( long pos ) : int
PeekSLeb128 ( long pos, int &size ) : int
PeekString ( ) : string
PeekString ( long pos ) : string
PeekUInt32 ( ) : uint
PeekUInt32 ( long pos ) : uint
ReadAddress ( ) : long
ReadBuffer ( int size ) : byte[]
ReadByte ( ) : byte
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadInteger ( int size ) : long
ReadLeb128 ( ) : int
ReadSByte ( ) : sbyte
ReadSLeb128 ( ) : int
ReadString ( ) : string
ReadTargetAddress ( ) : TargetAddress
ReadUInt32 ( ) : uint
TargetBinaryReader ( TargetBlob blob ) : System
TargetBinaryReader ( byte contents, TargetMemoryInfo target_info ) : System

Method Details

PeekAddress() public méthode

public PeekAddress ( ) : long
Résultat long

PeekAddress() public méthode

public PeekAddress ( long pos ) : long
pos long
Résultat long

PeekBuffer() public méthode

public PeekBuffer ( int size ) : byte[]
size int
Résultat byte[]

PeekBuffer() public méthode

public PeekBuffer ( long offset, int size ) : byte[]
offset long
size int
Résultat byte[]

PeekByte() public méthode

public PeekByte ( ) : byte
Résultat byte

PeekByte() public méthode

public PeekByte ( long pos ) : byte
pos long
Résultat byte

PeekInt16() public méthode

public PeekInt16 ( ) : short
Résultat short

PeekInt16() public méthode

public PeekInt16 ( long pos ) : short
pos long
Résultat short

PeekInt32() public méthode

public PeekInt32 ( ) : int
Résultat int

PeekInt32() public méthode

public PeekInt32 ( long pos ) : int
pos long
Résultat int

PeekInt64() public méthode

public PeekInt64 ( ) : long
Résultat long

PeekInt64() public méthode

public PeekInt64 ( long pos ) : long
pos long
Résultat long

PeekLeb128() public méthode

public PeekLeb128 ( long pos ) : int
pos long
Résultat int

PeekLeb128() public méthode

public PeekLeb128 ( long pos, int &size ) : int
pos long
size int
Résultat int

PeekSByte() public méthode

public PeekSByte ( ) : sbyte
Résultat sbyte

PeekSLeb128() public méthode

public PeekSLeb128 ( long pos ) : int
pos long
Résultat int

PeekSLeb128() public méthode

public PeekSLeb128 ( long pos, int &size ) : int
pos long
size int
Résultat int

PeekString() public méthode

public PeekString ( ) : string
Résultat string

PeekString() public méthode

public PeekString ( long pos ) : string
pos long
Résultat string

PeekUInt32() public méthode

public PeekUInt32 ( ) : uint
Résultat uint

PeekUInt32() public méthode

public PeekUInt32 ( long pos ) : uint
pos long
Résultat uint

ReadAddress() public méthode

public ReadAddress ( ) : long
Résultat long

ReadBuffer() public méthode

public ReadBuffer ( int size ) : byte[]
size int
Résultat byte[]

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadInteger() public méthode

public ReadInteger ( int size ) : long
size int
Résultat long

ReadLeb128() public méthode

public ReadLeb128 ( ) : int
Résultat int

ReadSByte() public méthode

public ReadSByte ( ) : sbyte
Résultat sbyte

ReadSLeb128() public méthode

public ReadSLeb128 ( ) : int
Résultat int

ReadString() public méthode

public ReadString ( ) : string
Résultat string

ReadTargetAddress() public méthode

public ReadTargetAddress ( ) : TargetAddress
Résultat TargetAddress

ReadUInt32() public méthode

public ReadUInt32 ( ) : uint
Résultat uint

TargetBinaryReader() public méthode

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

TargetBinaryReader() public méthode

public TargetBinaryReader ( byte contents, TargetMemoryInfo target_info ) : System
contents byte
target_info TargetMemoryInfo
Résultat System