NativeMarshallingAttribute(Type) Konstruktor

Definition

Initialisiert eine neue Instanz davon, die NativeMarshallingAttribute einen systemeigenen 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 systemeigenen Code verwendet wird.

Gilt für: