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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.