The XMemory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Compare |
Compares two byte arrays.
| |
| Copy | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Fill | Overloaded. | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| Move |
Moves the memory from src to dest, length size bytes.
| |
| StrideCopy |
Copies the memory from src to dest, length size bytes.
The action is performed count-times. Next time is the source and destination pointer increased by srcStride or destStride.
| |
| ToString | (Inherited from Object.) |