The PinnedArray<(Of <(T>)>) type exposes the following members.

Constructors

  NameDescription
PinnedArray<(Of <(T>)>)
Create a Pinnned array of type T

Methods

  NameDescription
AddrOfPinnedObject
Get the address of the pinned array
Dispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
DisposeObject
Disposed the unmanaged data
(Overrides DisposableObject..::.DisposeObject()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor
(Inherited from DisposableObject.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseManagedResources
Release the GCHandle
(Overrides DisposableObject..::.ReleaseManagedResources()()().)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Array
Get the array

See Also