NativeMarshallingAttribute(Type) Konstruktor

Definition

Initialisiert eine neue instance von, die NativeMarshallingAttribute einen nativen Marshallingtyp bereitstellt.

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)

Parameter

nativeType
Type

Der Marshallertyp, der zum Konvertieren des attributierten Typs von verwaltetem in nativen Code verwendet wird.

Gilt für: