PointerArrayMarshaller<T,TUnmanagedElement> Class

Definition

Important

This API is not CLS-compliant.

Represents a marshaller for an array of pointers.

generic <typename T, typename TUnmanagedElement>
 where T : value class where TUnmanagedElement : value classpublic ref class PointerArrayMarshaller abstract sealed
[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
[<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))>]
type PointerArrayMarshaller<'T, 'UnmanagedElement (requires 'T : struct and 'UnmanagedElement : struct)> = class
Public Class PointerArrayMarshaller(Of T, TUnmanagedElement)

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