NativeMarshallingAttribute(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie NativeMarshallingAttribute , 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 natywny kod.

Dotyczy