ReadOnlySpanMarshaller<T,TUnmanagedElement>.UnmanagedToManagedOut Class

Definition

Supports marshalling from managed into unmanaged in a call from unmanaged code to managed code.

public:  where TUnmanagedElement : value classref class ReadOnlySpanMarshaller<T, TUnmanagedElement>::UnmanagedToManagedOut abstract sealed
public static class ReadOnlySpanMarshaller<T,TUnmanagedElement>.UnmanagedToManagedOut where TUnmanagedElement : struct
type ReadOnlySpanMarshaller<'T, 'UnmanagedElement (requires 'UnmanagedElement : struct)>.UnmanagedToManagedOut = class
Public Class ReadOnlySpanMarshaller(Of T, TUnmanagedElement).UnmanagedToManagedOut

Type Parameters

T
TUnmanagedElement
Inheritance
ReadOnlySpanMarshaller<T,TUnmanagedElement>.UnmanagedToManagedOut

Methods

AllocateContainerForUnmanagedElements(ReadOnlySpan<T>, Int32)

Allocates the space to store the unmanaged elements.

GetManagedValuesSource(ReadOnlySpan<T>)

Gets a span of the managed collection elements.

GetUnmanagedValuesDestination(TUnmanagedElement*, Int32)

Gets a span of the space where the unmanaged collection elements should be stored.

Applies to