The PinnedArray<(Of <(T>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PinnedArray<(Of <(T>)>) |
Create a Pinnned array of type T |
Methods
| Name | Description | |
|---|---|---|
| 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 | (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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Array |
Get the array
|