ReadOnlySpanMarshaller<T,TUnmanagedElement>.UnmanagedToManagedOut Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.