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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.