| C1.Win.C1DX.4 Assembly > C1.Util.DX Namespace : DataPointer Structure |
The following tables list the members exposed by DataPointer.
| Name | Description | |
|---|---|---|
![]() | DataPointer Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Pointer | Pointer to the buffer. |
![]() | Size | Size in bytes of the buffer. |
![]() ![]() | Zero | Gets an Empty Data Pointer. |
| Name | Description | |
|---|---|---|
![]() | CopyFrom | Overloaded. Writes the content of the specified buffer to the unmanaged memory location of this instance. |
![]() | CopyTo<T> | Reads the content of the unmanaged memory location of this instance to the specified buffer. |
![]() | Equals | Overloaded. Determines whether the specified DataPointer is equal to the current object. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | ToArray | Overloaded. Converts this instance to a read only byte buffer. |
![]() | ToDataStream | Converts this DataPointer to a DataStream. |
Equality | Implements the ==. |
Inequality | Implements the !=. |