[]
        
(Showing Draft Content)

C1.Util.DX.DataPointer.-ctor

DataPointer Constructor

DataPointer(IntPtr, int)

Initializes a new instance of the DataPointer struct.

Declaration
public DataPointer(IntPtr pointer, int size)
Parameters
Type Name Description
IntPtr pointer

The pointer.

int size

The size.

DataPointer(void*, int)

Initializes a new instance of the DataPointer struct.

Declaration
[CLSCompliant(false)]
public DataPointer(void* pointer, int size)
Parameters
Type Name Description
void* pointer

The pointer.

int size

The size.