ArrayMarshaller<T,TUnmanagedElement> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Importante
Esta API não está em conformidade com CLS.
Representa um marshaller para matrizes.
generic <typename T, typename TUnmanagedElement>
where TUnmanagedElement : value classpublic ref class ArrayMarshaller 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.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
[<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))>]
type ArrayMarshaller<'T, 'UnmanagedElement (requires 'UnmanagedElement : struct)> = class
Public Class ArrayMarshaller(Of T, TUnmanagedElement)
Parâmetros de tipo
- T
O tipo de elemento de matriz.
- TUnmanagedElement
O tipo não gerenciado para o tipo de elemento.
- Herança
-
ArrayMarshaller<T,TUnmanagedElement>
- Atributos
Métodos
AllocateContainerForManagedElements(TUnmanagedElement*, Int32) |
Aloca memória para a representação gerenciada da matriz. |
AllocateContainerForUnmanagedElements(T[], Int32) |
Aloca memória para a representação não gerenciada da matriz. |
Free(TUnmanagedElement*) |
Libera memória para a matriz não gerenciada. |
GetManagedValuesDestination(T[]) |
Obtém um destino para os elementos gerenciados na matriz. |
GetManagedValuesSource(T[]) |
Obtém uma origem para os elementos gerenciados na matriz. |
GetUnmanagedValuesDestination(TUnmanagedElement*, Int32) |
Obtém um destino para os elementos não gerenciados na matriz. |
GetUnmanagedValuesSource(TUnmanagedElement*, Int32) |
Obtém uma origem para os elementos não gerenciados na matriz. |