NativeMarshallingAttribute(Type) Konstruktor

Definicja

Inicjuje NativeMarshallingAttribute nowe wystąpienie klasy , które zapewnia natywny typ marshallingu.

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)

Parametry

nativeType
Type

Typ marshallera używany do konwertowania typu przypisanego z zarządzanego na kod natywny.

Dotyczy