MemoryHandle(Void*, GCHandle, IPinnable) Construtor

Definição

Importante

Esta API não está em conformidade com CLS.

Cria um novo identificador de memória para o bloco de memória.

[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

Parâmetros

pointer
Void*

Um ponteiro para a memória.

handle
GCHandle

Um identificador usado para fixar buffers de matriz.

pinnable
IPinnable

Uma referência a um objeto gerenciado manualmente ou default se não houver nenhum gerenciador de memória.

Atributos

Aplica-se a