C# Class Mono.Debugger.TargetBinaryWriter

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

Méthodes publiques

Méthode Description
PokeAddress ( TargetAddress address ) : void
PokeAddress ( long value ) : void
PokeAddress ( long pos, long value ) : void
PokeBuffer ( long pos, byte buffer ) : void
PokeByte ( byte value ) : void
PokeByte ( long pos, byte value ) : void
PokeInt16 ( long pos, short value ) : void
PokeInt16 ( short value ) : void
PokeInt32 ( int value ) : void
PokeInt32 ( long pos, int value ) : void
PokeInt64 ( long value ) : void
PokeInt64 ( long pos, long value ) : void
TargetBinaryWriter ( int size, TargetMemoryInfo target_info ) : System
WriteAddress ( TargetAddress address ) : void
WriteAddress ( long value ) : void
WriteBuffer ( byte buffer ) : void
WriteByte ( byte value ) : void
WriteInt16 ( short value ) : void
WriteInt32 ( int value ) : void
WriteInt64 ( long value ) : void

Method Details

PokeAddress() public méthode

public PokeAddress ( TargetAddress address ) : void
address TargetAddress
Résultat void

PokeAddress() public méthode

public PokeAddress ( long value ) : void
value long
Résultat void

PokeAddress() public méthode

public PokeAddress ( long pos, long value ) : void
pos long
value long
Résultat void

PokeBuffer() public méthode

public PokeBuffer ( long pos, byte buffer ) : void
pos long
buffer byte
Résultat void

PokeByte() public méthode

public PokeByte ( byte value ) : void
value byte
Résultat void

PokeByte() public méthode

public PokeByte ( long pos, byte value ) : void
pos long
value byte
Résultat void

PokeInt16() public méthode

public PokeInt16 ( long pos, short value ) : void
pos long
value short
Résultat void

PokeInt16() public méthode

public PokeInt16 ( short value ) : void
value short
Résultat void

PokeInt32() public méthode

public PokeInt32 ( int value ) : void
value int
Résultat void

PokeInt32() public méthode

public PokeInt32 ( long pos, int value ) : void
pos long
value int
Résultat void

PokeInt64() public méthode

public PokeInt64 ( long value ) : void
value long
Résultat void

PokeInt64() public méthode

public PokeInt64 ( long pos, long value ) : void
pos long
value long
Résultat void

TargetBinaryWriter() public méthode

public TargetBinaryWriter ( int size, TargetMemoryInfo target_info ) : System
size int
target_info TargetMemoryInfo
Résultat System

WriteAddress() public méthode

public WriteAddress ( TargetAddress address ) : void
address TargetAddress
Résultat void

WriteAddress() public méthode

public WriteAddress ( long value ) : void
value long
Résultat void

WriteBuffer() public méthode

public WriteBuffer ( byte buffer ) : void
buffer byte
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteInt16() public méthode

public WriteInt16 ( short value ) : void
value short
Résultat void

WriteInt32() public méthode

public WriteInt32 ( int value ) : void
value int
Résultat void

WriteInt64() public méthode

public WriteInt64 ( long value ) : void
value long
Résultat void