Represents a memory handling class.
More...
|
static void | PropertyCopy (object from, object to) |
| Copies the properties of an object.
|
|
static void | Reverse4Bytes (byte[] data, int offset) |
| Flips the order of bytes.
|
|
static void | Reverse8Bytes (byte[] data, int offset) |
| Flips the order of bytes.
|
|
Represents a memory handling class.
◆ PropertyCopy()
static void Tools.Memory.PropertyCopy |
( |
object | from, |
|
|
object | to ) |
|
static |
Copies the properties of an object.
- Parameters
-
from | Source object. |
to | Destination object. |
◆ Reverse4Bytes()
static void Tools.Memory.Reverse4Bytes |
( |
byte[] | data, |
|
|
int | offset ) |
|
static |
Flips the order of bytes.
- Parameters
-
data | Bytes of data. |
offset | Offset of start. |
◆ Reverse8Bytes()
static void Tools.Memory.Reverse8Bytes |
( |
byte[] | data, |
|
|
int | offset ) |
|
static |
Flips the order of bytes.
- Parameters
-
data | Bytes of data. |
offset | Offset of start. |
The documentation for this class was generated from the following file:
- Z:/x4t/src/Tools/Memory.cs