Click or drag to resize

UnmanagedBuffer Methods

The UnmanagedBuffer type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCopy(Byte, Int32, UnmanagedBuffer, Int32, Int32) Copies data from a managed array to the buffer.
Public methodStatic memberCopy(UnmanagedBuffer, Int32, Byte, Int32, Int32) Copies data from a buffer to a managed array.
Public methodStatic memberCopyCircular(Byte, Int32, UnmanagedBuffer, Int64, Int32) Copies data from a managed array to the buffer, wrapping around if necessary.
Public methodStatic memberCopyCircular(UnmanagedBuffer, Int64, Byte, Int32, Int32) Copies data from a circular buffer to a managed array.
Public methodDispose Releases all resources used by this class.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases all resources used by this class.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodResize Resizes the buffer.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also