Constructor | Description |
Full Usage:
PinnedArray(narray, gch)
Parameters:
NativeArray<'T>
gch : GCHandle
Returns: PinnedArray<'T>
|
|
Instance member | Description |
Full Usage:
this.Free
|
|
Full Usage:
this.Length
Returns: int
|
|
|
|
Full Usage:
this.Ptr
Returns: nativeptr<'T>
|
|
Static member | Description |
Full Usage:
PinnedArray.of_array arr
Parameters:
'T[]
Returns: PinnedArray<'T>
Modifiers: inline |
|