PointerArrayMarshaller<T,TUnmanagedElement> Class

Definition

Important

This API is not CLS-compliant.

Represents a marshaller for an array of pointers.

[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.PointerArrayMarshaller<,>))]
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute+GenericPlaceholder*[]), System.Runtime.InteropServices.Marshalling.MarshalMode.ManagedToUnmanagedIn, typeof(System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller<,>+ManagedToUnmanagedIn))]
public static class PointerArrayMarshaller<T,TUnmanagedElement> where T : struct where TUnmanagedElement : struct

Type Parameters

T

The array element pointer type.

TUnmanagedElement

The unmanaged type for the element pointer type.

Inheritance
PointerArrayMarshaller<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

Produit Versions
.NET 7, 8, 9