Share via


PointerArrayMarshaller<T,TUnmanagedElement>.ManagedToUnmanagedIn.GetPinnableReference Metodo

Definizione

Overload

GetPinnableReference()

Restituisce un riferimento alla matrice con marshalling.

GetPinnableReference(T*[])

Ottiene un riferimento pinnable alla matrice gestita.

GetPinnableReference()

Origine:
PointerArrayMarshaller.cs
Origine:
PointerArrayMarshaller.cs
Origine:
PointerArrayMarshaller.cs

Restituisce un riferimento alla matrice con marshalling.

public:
 TUnmanagedElement % GetPinnableReference();
public ref TUnmanagedElement GetPinnableReference ();
member this.GetPinnableReference : unit -> 'UnmanagedElement
Public Function GetPinnableReference () As TUnmanagedElement

Restituisce

TUnmanagedElement

Riferimento pinnable alla matrice marshalling non gestita.

Si applica a

GetPinnableReference(T*[])

Origine:
PointerArrayMarshaller.cs
Origine:
PointerArrayMarshaller.cs
Origine:
PointerArrayMarshaller.cs

Ottiene un riferimento pinnable alla matrice gestita.

public:
 static System::Byte % GetPinnableReference(cli::array <T*> ^ array);
public static ref byte GetPinnableReference (T*[]? array);
static member GetPinnableReference : nativeptr<'T>[] -> byte

Parametri

array
T*[]

Matrice gestita.

Restituisce

Riferimento che può essere aggiunto e passato direttamente al codice non gestito.

Si applica a