C# 클래스 SleepHunter.IO.Process.MemoryVariableExtender

파일 보기 프로젝트 열기: ewrogers/SleepHunter4

공개 메소드들

메소드 설명
DereferencePointer ( long address, BinaryReader reader ) : long
DereferenceValue ( this variable, BinaryReader reader, bool isStringType = false ) : long
TryReadBoolean ( this variable, BinaryReader reader, bool &value ) : bool
TryReadByte ( this variable, BinaryReader reader, byte &value ) : bool
TryReadChar ( this variable, BinaryReader reader, char &value ) : bool
TryReadInt16 ( this variable, BinaryReader reader, short &value ) : bool
TryReadInt32 ( this variable, BinaryReader reader, int &value ) : bool
TryReadInt64 ( this variable, BinaryReader reader, long &value ) : bool
TryReadIntegerString ( this variable, BinaryReader reader, long &value ) : bool
TryReadString ( this variable, BinaryReader reader, string &value ) : bool
TryReadUInt16 ( this variable, BinaryReader reader, ushort &value ) : bool
TryReadUInt32 ( this variable, BinaryReader reader, uint &value ) : bool
TryReadUInt64 ( this variable, BinaryReader reader, ulong &value ) : bool

메소드 상세

DereferencePointer() 공개 정적인 메소드

public static DereferencePointer ( long address, BinaryReader reader ) : long
address long
reader System.IO.BinaryReader
리턴 long

DereferenceValue() 공개 정적인 메소드

public static DereferenceValue ( this variable, BinaryReader reader, bool isStringType = false ) : long
variable this
reader System.IO.BinaryReader
isStringType bool
리턴 long

TryReadBoolean() 공개 정적인 메소드

public static TryReadBoolean ( this variable, BinaryReader reader, bool &value ) : bool
variable this
reader System.IO.BinaryReader
value bool
리턴 bool

TryReadByte() 공개 정적인 메소드

public static TryReadByte ( this variable, BinaryReader reader, byte &value ) : bool
variable this
reader System.IO.BinaryReader
value byte
리턴 bool

TryReadChar() 공개 정적인 메소드

public static TryReadChar ( this variable, BinaryReader reader, char &value ) : bool
variable this
reader System.IO.BinaryReader
value char
리턴 bool

TryReadInt16() 공개 정적인 메소드

public static TryReadInt16 ( this variable, BinaryReader reader, short &value ) : bool
variable this
reader System.IO.BinaryReader
value short
리턴 bool

TryReadInt32() 공개 정적인 메소드

public static TryReadInt32 ( this variable, BinaryReader reader, int &value ) : bool
variable this
reader System.IO.BinaryReader
value int
리턴 bool

TryReadInt64() 공개 정적인 메소드

public static TryReadInt64 ( this variable, BinaryReader reader, long &value ) : bool
variable this
reader System.IO.BinaryReader
value long
리턴 bool

TryReadIntegerString() 공개 정적인 메소드

public static TryReadIntegerString ( this variable, BinaryReader reader, long &value ) : bool
variable this
reader System.IO.BinaryReader
value long
리턴 bool

TryReadString() 공개 정적인 메소드

public static TryReadString ( this variable, BinaryReader reader, string &value ) : bool
variable this
reader System.IO.BinaryReader
value string
리턴 bool

TryReadUInt16() 공개 정적인 메소드

public static TryReadUInt16 ( this variable, BinaryReader reader, ushort &value ) : bool
variable this
reader System.IO.BinaryReader
value ushort
리턴 bool

TryReadUInt32() 공개 정적인 메소드

public static TryReadUInt32 ( this variable, BinaryReader reader, uint &value ) : bool
variable this
reader System.IO.BinaryReader
value uint
리턴 bool

TryReadUInt64() 공개 정적인 메소드

public static TryReadUInt64 ( this variable, BinaryReader reader, ulong &value ) : bool
variable this
reader System.IO.BinaryReader
value ulong
리턴 bool