C# Class SleepHunter.IO.Process.MemoryVariableExtender

Afficher le fichier Open project: ewrogers/SleepHunter4

Méthodes publiques

Méthode Description
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

Method Details

DereferencePointer() public static méthode

public static DereferencePointer ( long address, BinaryReader reader ) : long
address long
reader System.IO.BinaryReader
Résultat long

DereferenceValue() public static méthode

public static DereferenceValue ( this variable, BinaryReader reader, bool isStringType = false ) : long
variable this
reader System.IO.BinaryReader
isStringType bool
Résultat long

TryReadBoolean() public static méthode

public static TryReadBoolean ( this variable, BinaryReader reader, bool &value ) : bool
variable this
reader System.IO.BinaryReader
value bool
Résultat bool

TryReadByte() public static méthode

public static TryReadByte ( this variable, BinaryReader reader, byte &value ) : bool
variable this
reader System.IO.BinaryReader
value byte
Résultat bool

TryReadChar() public static méthode

public static TryReadChar ( this variable, BinaryReader reader, char &value ) : bool
variable this
reader System.IO.BinaryReader
value char
Résultat bool

TryReadInt16() public static méthode

public static TryReadInt16 ( this variable, BinaryReader reader, short &value ) : bool
variable this
reader System.IO.BinaryReader
value short
Résultat bool

TryReadInt32() public static méthode

public static TryReadInt32 ( this variable, BinaryReader reader, int &value ) : bool
variable this
reader System.IO.BinaryReader
value int
Résultat bool

TryReadInt64() public static méthode

public static TryReadInt64 ( this variable, BinaryReader reader, long &value ) : bool
variable this
reader System.IO.BinaryReader
value long
Résultat bool

TryReadIntegerString() public static méthode

public static TryReadIntegerString ( this variable, BinaryReader reader, long &value ) : bool
variable this
reader System.IO.BinaryReader
value long
Résultat bool

TryReadString() public static méthode

public static TryReadString ( this variable, BinaryReader reader, string &value ) : bool
variable this
reader System.IO.BinaryReader
value string
Résultat bool

TryReadUInt16() public static méthode

public static TryReadUInt16 ( this variable, BinaryReader reader, ushort &value ) : bool
variable this
reader System.IO.BinaryReader
value ushort
Résultat bool

TryReadUInt32() public static méthode

public static TryReadUInt32 ( this variable, BinaryReader reader, uint &value ) : bool
variable this
reader System.IO.BinaryReader
value uint
Résultat bool

TryReadUInt64() public static méthode

public static TryReadUInt64 ( this variable, BinaryReader reader, ulong &value ) : bool
variable this
reader System.IO.BinaryReader
value ulong
Résultat bool