Unmanaged | 
The UnmanagedBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| Copy(Byte, Int32, UnmanagedBuffer, Int32, Int32) | Copies data from a managed array to the buffer. | |
| Copy(UnmanagedBuffer, Int32, Byte, Int32, Int32) | Copies data from a buffer to a managed array. | |
| CopyCircular(Byte, Int32, UnmanagedBuffer, Int64, Int32) | Copies data from a managed array to the buffer, wrapping around if necessary. | |
| CopyCircular(UnmanagedBuffer, Int64, Byte, Int32, Int32) | Copies data from a circular buffer to a managed array. | |
| Dispose | Releases all resources used by this class. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | 
            Releases all resources used by this class.
             (Overrides ObjectFinalize)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| Resize | Resizes the buffer. | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  |