SpanMarshaller<T,TUnmanagedElement>.ManagedToUnmanagedIn.GetPinnableReference Metodo

Definizione

Overload

GetPinnableReference()

Restituisce un riferimento alla matrice con marshalling.

GetPinnableReference(Span<T>)

Ottiene un riferimento pinnable all'intervallo gestito.

GetPinnableReference()

Origine:
SpanMarshaller.cs
Origine:
SpanMarshaller.cs
Origine:
SpanMarshaller.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 che può essere aggiunto e passato direttamente al codice non gestito.

Si applica a

GetPinnableReference(Span<T>)

Origine:
SpanMarshaller.cs
Origine:
SpanMarshaller.cs
Origine:
SpanMarshaller.cs

Ottiene un riferimento pinnable all'intervallo gestito.

public:
 static T % GetPinnableReference(Span<T> managed);
public static ref T GetPinnableReference (Span<T> managed);
static member GetPinnableReference : Span<'T> -> 'T
Public Shared Function GetPinnableReference (managed As Span(Of T)) As T

Parametri

managed
Span<T>

Intervallo gestito.

Restituisce

T

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

Si applica a