PinnedArray<'T> Type

Constructors

Constructor Description

PinnedArray(narray, gch)

Full Usage: PinnedArray(narray, gch)

Parameters:
Returns: PinnedArray<'T>
narray : NativeArray<'T>
gch : GCHandle
Returns: PinnedArray<'T>

Instance members

Instance member Description

this.Free

Full Usage: this.Free

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.NativeArray

Full Usage: this.NativeArray

Returns: NativeArray<'T>
Returns: NativeArray<'T>

this.Ptr

Full Usage: this.Ptr

Returns: nativeptr<'T>
Returns: nativeptr<'T>

Static members

Static member Description

PinnedArray.of_array arr

Full Usage: PinnedArray.of_array arr

Parameters:
    arr : 'T[]

Returns: PinnedArray<'T>
Modifiers: inline
arr : 'T[]
Returns: PinnedArray<'T>