Partilhar via


PointerArrayMarshaller<T,TUnmanagedElement>.GetManagedValuesDestination Método

Definição

Obtém um destino para os elementos gerenciados na matriz.

public:
 static Span<IntPtr> GetManagedValuesDestination(cli::array <T*> ^ managed);
public static Span<IntPtr> GetManagedValuesDestination (T*[]? managed);
static member GetManagedValuesDestination : nativeptr<'T>[] -> Span<nativeint>

Parâmetros

managed
T*[]

A matriz gerenciada para a qual obter um destino.

Retornos

Span<IntPtr>

Span<nativeint>

O Span<T> de elementos gerenciados.

Aplica-se a