[]
Initializes a new instance of the DataPointer struct.
public DataPointer(IntPtr pointer, int size)
Type | Name | Description |
---|---|---|
IntPtr | pointer | The pointer. |
int | size | The size. |
Initializes a new instance of the DataPointer struct.
[CLSCompliant(false)]
public DataPointer(void* pointer, int size)
Type | Name | Description |
---|---|---|
void* | pointer | The pointer. |
int | size | The size. |