C# Class Mono.Debugger.TargetBinaryWriter

Inheritance: TargetBinaryAccess
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method 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 method

public PokeAddress ( TargetAddress address ) : void
address TargetAddress
return void

PokeAddress() public method

public PokeAddress ( long value ) : void
value long
return void

PokeAddress() public method

public PokeAddress ( long pos, long value ) : void
pos long
value long
return void

PokeBuffer() public method

public PokeBuffer ( long pos, byte buffer ) : void
pos long
buffer byte
return void

PokeByte() public method

public PokeByte ( byte value ) : void
value byte
return void

PokeByte() public method

public PokeByte ( long pos, byte value ) : void
pos long
value byte
return void

PokeInt16() public method

public PokeInt16 ( long pos, short value ) : void
pos long
value short
return void

PokeInt16() public method

public PokeInt16 ( short value ) : void
value short
return void

PokeInt32() public method

public PokeInt32 ( int value ) : void
value int
return void

PokeInt32() public method

public PokeInt32 ( long pos, int value ) : void
pos long
value int
return void

PokeInt64() public method

public PokeInt64 ( long value ) : void
value long
return void

PokeInt64() public method

public PokeInt64 ( long pos, long value ) : void
pos long
value long
return void

TargetBinaryWriter() public method

public TargetBinaryWriter ( int size, TargetMemoryInfo target_info ) : System
size int
target_info TargetMemoryInfo
return System

WriteAddress() public method

public WriteAddress ( TargetAddress address ) : void
address TargetAddress
return void

WriteAddress() public method

public WriteAddress ( long value ) : void
value long
return void

WriteBuffer() public method

public WriteBuffer ( byte buffer ) : void
buffer byte
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

WriteInt16() public method

public WriteInt16 ( short value ) : void
value short
return void

WriteInt32() public method

public WriteInt32 ( int value ) : void
value int
return void

WriteInt64() public method

public WriteInt64 ( long value ) : void
value long
return void