Condividi tramite


SpanMarshaller<T,TUnmanagedElement>.AllocateContainerForManagedElements Metodo

Definizione

Alloca spazio per archiviare gli elementi gestiti.

public:
 static Span<T> AllocateContainerForManagedElements(TUnmanagedElement* unmanaged, int numElements);
public static Span<T> AllocateContainerForManagedElements (TUnmanagedElement* unmanaged, int numElements);
static member AllocateContainerForManagedElements : nativeptr<'UnmanagedElement> * int -> Span<'T>

Parametri

unmanaged
TUnmanagedElement*

Valore non gestito.

numElements
Int32

Numero di elementi nell'insieme non gestito.

Restituisce

Un intervallo di memoria sufficiente per contenere numElements elementi.

Si applica a