PointerArrayMarshaller<T,TUnmanagedElement>.GetUnmanagedValuesSource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une source pour les éléments non managés dans le tableau.
public:
static ReadOnlySpan<TUnmanagedElement> GetUnmanagedValuesSource(TUnmanagedElement* unmanagedValue, int numElements);
public static ReadOnlySpan<TUnmanagedElement> GetUnmanagedValuesSource (TUnmanagedElement* unmanagedValue, int numElements);
static member GetUnmanagedValuesSource : nativeptr<'UnmanagedElement> * int -> ReadOnlySpan<'UnmanagedElement (requires 'UnmanagedElement : struct)>
Paramètres
- unmanagedValue
- TUnmanagedElement*
Tableau non managé pour lequel obtenir une source.
- numElements
- Int32
Nombre d’éléments non managés.
Retours
ReadOnlySpan<T> contenant les éléments non managés à marshaler.