Method | Description | |
---|---|---|
Read ( |
||
Read ( |
||
Read ( |
This function will read an from memory using the given parameters.
|
|
Write ( long Address, byte value ) : bool | ||
Write ( long Address, byte buffer, int size ) : bool | ||
Write ( long Address, double value ) : bool | ||
Write ( long Address, float value ) : bool | ||
Write ( long Address, int value ) : bool | ||
Write ( long Address, long value ) : bool | ||
Write ( long Address, sbyte value ) : bool | ||
Write ( long Address, short value ) : bool | ||
Write ( long Address, string value ) : bool | ||
Write ( long Address, uint value ) : bool | ||
Write ( long Address, ulong value ) : bool | ||
Write ( long Address, ushort value ) : bool |
public static Read ( |
||
lpBaseAddress | ||
type | ||
return | object |
public static Read ( |
||
lpBaseAddress | ||
type | ||
size | uint | |
return | object |
public static Read ( |
||
lpBaseAddress | The address you want to read. | |
type | The type of variable you are wanting to read. | |
size | uint | The number of bytes to be read. |
bytesRead | ||
return | object |
public static Write ( long Address, byte value ) : bool | ||
Address | long | |
value | byte | |
return | bool |
public static Write ( long Address, byte buffer, int size ) : bool | ||
Address | long | |
buffer | byte | |
size | int | |
return | bool |
public static Write ( long Address, double value ) : bool | ||
Address | long | |
value | double | |
return | bool |
public static Write ( long Address, float value ) : bool | ||
Address | long | |
value | float | |
return | bool |
public static Write ( long Address, int value ) : bool | ||
Address | long | |
value | int | |
return | bool |
public static Write ( long Address, long value ) : bool | ||
Address | long | |
value | long | |
return | bool |
public static Write ( long Address, sbyte value ) : bool | ||
Address | long | |
value | sbyte | |
return | bool |
public static Write ( long Address, short value ) : bool | ||
Address | long | |
value | short | |
return | bool |
public static Write ( long Address, string value ) : bool | ||
Address | long | |
value | string | |
return | bool |
public static Write ( long Address, uint value ) : bool | ||
Address | long | |
value | uint | |
return | bool |
public static Write ( long Address, ulong value ) : bool | ||
Address | long | |
value | ulong | |
return | bool |
public static Write ( long Address, ushort value ) : bool | ||
Address | long | |
value | ushort | |
return | bool |