메소드 |
설명 |
|
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 |
|
|