[]
Reads the specified T data from a memory location.
public static void ReadOut<T>(IntPtr source, out T data) where T : struct
Type | Name | Description |
---|---|---|
IntPtr | source | Memory location to read from. |
T | data | The data write to. |
Name | Description |
---|---|
T | Type of a data to read. |