C# Класс SleepHunter.IO.Process.MemoryVariableExtender

Показать файл Открыть проект

Открытые методы

Метод Описание
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