MemoryHandle(Void*, GCHandle, IPinnable) Costruttore

Definizione

Importante

Questa API non è conforme a CLS.

Crea un nuovo handle di memoria per il blocco di memoria.

[System.CLSCompliant(false)]
public MemoryHandle (void* pointer, System.Runtime.InteropServices.GCHandle handle = default, System.Buffers.IPinnable? pinnable = default);
[System.CLSCompliant(false)]
public MemoryHandle (void* pointer, System.Runtime.InteropServices.GCHandle handle = default, System.Buffers.IPinnable pinnable = default);
[<System.CLSCompliant(false)>]
new System.Buffers.MemoryHandle : nativeptr<unit> * System.Runtime.InteropServices.GCHandle * System.Buffers.IPinnable -> System.Buffers.MemoryHandle

Parametri

pointer
Void*

Puntatore alla memoria.

handle
GCHandle

Handle usato per bloccare i buffer di matrice.

pinnable
IPinnable

Riferimento a un oggetto gestito manualmente, o default se non esiste un gestore della memoria.

Attributi

Si applica a