Buffer Properties |
The Buffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Get the raw data as an array of byte.
|
![]() | DataPtr |
Get the pointer to the unmanaged data
|
![]() | Disposed |
Returns true if the object has been disposed.
(Inherited from DisposableObject.) |
![]() | Length |
The length of the Data in bytes
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |