DataPointer Structure Members
In This Topic
The following tables list the members exposed by DataPointer.
Public Constructors
Public Fields
| Name | Description |
 | Pointer | Pointer to the buffer. |
 | Size | Size in bytes of the buffer. |
  | Zero | Gets an Empty Data Pointer. |
Top
Public Properties
| Name | Description |
 | IsEmpty | Gets a value indicating whether this instance is empty (zeroed). |
Top
Public Methods
| 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. |
Top
Public Operators
See Also