Partager via


PointerArrayMarshaller<T,TUnmanagedElement>.GetManagedValuesDestination Méthode

Définition

Obtient une destination pour les éléments managés dans le tableau.

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

Paramètres

managed
T*[]

Tableau managé pour lequel obtenir une destination.

Retours

Span<IntPtr>

Span<nativeint>

Span<T> des éléments managés.

S’applique à