PointerArrayMarshaller<T,TUnmanagedElement>.ManagedToUnmanagedIn Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un marshaller per il marshalling di una matrice da gestita a non gestita.
public: where T : value class where TUnmanagedElement : value classvalue class PointerArrayMarshaller<T, TUnmanagedElement>::ManagedToUnmanagedIn
public ref struct PointerArrayMarshaller<T,TUnmanagedElement>.ManagedToUnmanagedIn where T : struct where TUnmanagedElement : struct
type PointerArrayMarshaller<'T, 'UnmanagedElement (requires 'T : struct and 'UnmanagedElement : struct)>.ManagedToUnmanagedIn = struct
Public Structure PointerArrayMarshaller(Of T, TUnmanagedElement).ManagedToUnmanagedIn
Parametri di tipo
- T
- TUnmanagedElement
- Ereditarietà
Proprietà
BufferSize |
Ottiene le dimensioni del buffer allocato del chiamante richiesto. |
Metodi
Free() |
Libera le risorse. |
FromManaged(T*[], Span<TUnmanagedElement>) |
Inizializza il PointerArrayMarshaller<T,TUnmanagedElement>.ManagedToUnmanagedIn marshaller. |
GetManagedValuesSource() |
Restituisce un intervallo che punta alla memoria in cui vengono archiviati i valori gestiti della matrice. |
GetPinnableReference() |
Restituisce un riferimento alla matrice con marshalling. |
GetPinnableReference(T*[]) |
Ottiene un riferimento pinnable alla matrice gestita. |
GetUnmanagedValuesDestination() |
Restituisce un intervallo che punta alla memoria in cui devono essere archiviati i valori non gestiti della matrice. |
ToUnmanaged() |
Restituisce il valore non gestito che rappresenta la matrice. |