NativeMarshallingAttribute(Type) Constructeur

Définition

Initialise une nouvelle instance de NativeMarshallingAttribute qui fournit un type de marshaling natif.

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)

Paramètres

nativeType
Type

Type marshaller utilisé pour convertir le type attribué du code managé en code natif.

S’applique à