ArrayMarshaller<T,TUnmanagedElement> 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.

Important

This API is not CLS-compliant.

Represents a marshaller for arrays.

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Marshalling.ContiguousCollectionMarshaller]
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute+GenericPlaceholder[]), System.Runtime.InteropServices.Marshalling.MarshalMode.Default, typeof(System.Runtime.InteropServices.Marshalling.ArrayMarshaller<,>))]
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute+GenericPlaceholder[]), System.Runtime.InteropServices.Marshalling.MarshalMode.ManagedToUnmanagedIn, typeof(System.Runtime.InteropServices.Marshalling.ArrayMarshaller<,>+ManagedToUnmanagedIn))]
public static class ArrayMarshaller<T,TUnmanagedElement> where TUnmanagedElement : struct

Type Parameters

T

The array element type.

TUnmanagedElement

The unmanaged type for the element type.

Inheritance
ArrayMarshaller<T,TUnmanagedElement>
Attributes

Methods

AllocateContainerForManagedElements(TUnmanagedElement*, Int32)

Allocates memory for the managed representation of the array.

AllocateContainerForUnmanagedElements(T[], Int32)

Allocates memory for the unmanaged representation of the array.

Free(TUnmanagedElement*)

Frees memory for the unmanaged array.

GetManagedValuesDestination(T[])

Gets a destination for the managed elements in the array.

GetManagedValuesSource(T[])

Gets a source for the managed elements in the array.

GetUnmanagedValuesDestination(TUnmanagedElement*, Int32)

Gets a destination for the unmanaged elements in the array.

GetUnmanagedValuesSource(TUnmanagedElement*, Int32)

Gets a source for the unmanaged elements in the array.

Applies to

Proizvod Verzije
.NET 7, 8, 9