Share via


NativeMarshallingAttribute(Type) Construtor

Definição

Inicializa uma nova instância do 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 de marshaller usado para converter o tipo atribuído de código gerenciado para nativo.

Aplica-se a