NativeMarshallingAttribute(Type) Construtor

Definição

Inicializa uma nova instância de NativeMarshallingAttribute que fornece um tipo de marshalling nativo.

public:
 NativeMarshallingAttribute(Type ^ nativeType);
public NativeMarshallingAttribute(Type nativeType);
new System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute : Type -> System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute
Public Sub New (nativeType As Type)

Parâmetros

nativeType
Type

O tipo marshaller usado para converter o tipo atribuído de managed para código nativo.

Aplica-se a