Method | Description | |
---|---|---|
DereferencePointer ( long address, |
||
DereferenceValue ( this variable, |
||
TryReadBoolean ( this variable, |
||
TryReadByte ( this variable, |
||
TryReadChar ( this variable, |
||
TryReadInt16 ( this variable, |
||
TryReadInt32 ( this variable, |
||
TryReadInt64 ( this variable, |
||
TryReadIntegerString ( this variable, |
||
TryReadString ( this variable, |
||
TryReadUInt16 ( this variable, |
||
TryReadUInt32 ( this variable, |
||
TryReadUInt64 ( this variable, |
public static DereferencePointer ( long address, |
||
address | long | |
reader | ||
return | long |
public static DereferenceValue ( this variable, |
||
variable | this | |
reader | ||
isStringType | bool | |
return | long |
public static TryReadBoolean ( this variable, |
||
variable | this | |
reader | ||
value | bool | |
return | bool |
public static TryReadByte ( this variable, |
||
variable | this | |
reader | ||
value | byte | |
return | bool |
public static TryReadChar ( this variable, |
||
variable | this | |
reader | ||
value | char | |
return | bool |
public static TryReadInt16 ( this variable, |
||
variable | this | |
reader | ||
value | short | |
return | bool |
public static TryReadInt32 ( this variable, |
||
variable | this | |
reader | ||
value | int | |
return | bool |
public static TryReadInt64 ( this variable, |
||
variable | this | |
reader | ||
value | long | |
return | bool |
public static TryReadIntegerString ( this variable, |
||
variable | this | |
reader | ||
value | long | |
return | bool |
public static TryReadString ( this variable, |
||
variable | this | |
reader | ||
value | string | |
return | bool |
public static TryReadUInt16 ( this variable, |
||
variable | this | |
reader | ||
value | ushort | |
return | bool |
public static TryReadUInt32 ( this variable, |
||
variable | this | |
reader | ||
value | uint | |
return | bool |
public static TryReadUInt64 ( this variable, |
||
variable | this | |
reader | ||
value | ulong | |
return | bool |