[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.ReadOut

ReadOut Method

ReadOut<T>(IntPtr, out T)

Reads the specified T data from a memory location.

Declaration
public static void ReadOut<T>(IntPtr source, out T data) where T : struct
Parameters
Type Name Description
IntPtr source

Memory location to read from.

T data

The data write to.

Type Parameters
Name Description
T

Type of a data to read.