PinnedGCHandle<T>(T) Construtor

Definição

Aloca um handle para o objeto especificado.

public:
 PinnedGCHandle(T target);
public PinnedGCHandle(T target);
new System.Runtime.InteropServices.PinnedGCHandle<'T (requires 'T : null)> : 'T -> System.Runtime.InteropServices.PinnedGCHandle<'T (requires 'T : null)>
Public Sub New (target As T)

Parâmetros

target
T

O objeto que usa o PinnedGCHandle<T>.

Aplica-se a