C# 클래스 Mono.Debugger.TargetBinaryWriter

상속: TargetBinaryAccess
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

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

메소드 상세

PokeAddress() 공개 메소드

public PokeAddress ( TargetAddress address ) : void
address TargetAddress
리턴 void

PokeAddress() 공개 메소드

public PokeAddress ( long value ) : void
value long
리턴 void

PokeAddress() 공개 메소드

public PokeAddress ( long pos, long value ) : void
pos long
value long
리턴 void

PokeBuffer() 공개 메소드

public PokeBuffer ( long pos, byte buffer ) : void
pos long
buffer byte
리턴 void

PokeByte() 공개 메소드

public PokeByte ( byte value ) : void
value byte
리턴 void

PokeByte() 공개 메소드

public PokeByte ( long pos, byte value ) : void
pos long
value byte
리턴 void

PokeInt16() 공개 메소드

public PokeInt16 ( long pos, short value ) : void
pos long
value short
리턴 void

PokeInt16() 공개 메소드

public PokeInt16 ( short value ) : void
value short
리턴 void

PokeInt32() 공개 메소드

public PokeInt32 ( int value ) : void
value int
리턴 void

PokeInt32() 공개 메소드

public PokeInt32 ( long pos, int value ) : void
pos long
value int
리턴 void

PokeInt64() 공개 메소드

public PokeInt64 ( long value ) : void
value long
리턴 void

PokeInt64() 공개 메소드

public PokeInt64 ( long pos, long value ) : void
pos long
value long
리턴 void

TargetBinaryWriter() 공개 메소드

public TargetBinaryWriter ( int size, TargetMemoryInfo target_info ) : System
size int
target_info TargetMemoryInfo
리턴 System

WriteAddress() 공개 메소드

public WriteAddress ( TargetAddress address ) : void
address TargetAddress
리턴 void

WriteAddress() 공개 메소드

public WriteAddress ( long value ) : void
value long
리턴 void

WriteBuffer() 공개 메소드

public WriteBuffer ( byte buffer ) : void
buffer byte
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void

WriteInt16() 공개 메소드

public WriteInt16 ( short value ) : void
value short
리턴 void

WriteInt32() 공개 메소드

public WriteInt32 ( int value ) : void
value int
리턴 void

WriteInt64() 공개 메소드

public WriteInt64 ( long value ) : void
value long
리턴 void