NativeMarshallingAttribute(Type) Konstruktor

Definition

Initierar en ny instans av NativeMarshallingAttribute som tillhandahåller en intern marshallingtyp.

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)

Parametrar

nativeType
Type

Den marshallertyp som används för att konvertera den tilldelade typen från hanterad till intern kod.

Gäller för