Click or drag to resize

PinnedBufferT Properties

The PinnedBufferT generic type exposes the following members.

Properties
  NameDescription
Public propertyByteLength
Gets the size of the buffer, in bytes.
(Inherited from SafeBuffer.)
Protected propertyGCHandle (Inherited from PinnedBuffer.)
Public propertyIsClosed
Gets a value indicating whether the handle is closed.
(Inherited from SafeHandle.)
Public propertyIsInvalid
Gets a value that indicates whether the handle is invalid.
(Inherited from SafeHandleZeroOrMinusOneIsInvalid.)
Public propertyOffset (Inherited from PinnedBuffer.)
Public propertyTarget
Returns associated object of this instance.
Top
See Also