[]
        
(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)
Public Sub New(pointer As IntPtr, size As Integer)
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)
<CLSCompliant(False)>
Public Sub New(pointer As Void*, size As Integer)
Parameters
Type Name Description
void* pointer

The pointer.

int size

The size.