NativeMarshallingAttribute(Type) Costruttore

Definizione

Inizializza una nuova istanza di NativeMarshallingAttribute che fornisce un tipo di 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)

Parametri

nativeType
Type

Tipo marshaller usato per convertire il tipo con attributi da gestito a codice nativo.

Si applica a