Partager via


CustomMarshallerAttribute(Type, MarshalMode, Type) Constructeur

Définition

Initialise une nouvelle instance de la classe CustomMarshallerAttribute.

public:
 CustomMarshallerAttribute(Type ^ managedType, System::Runtime::InteropServices::Marshalling::MarshalMode marshalMode, Type ^ marshallerType);
public CustomMarshallerAttribute (Type managedType, System.Runtime.InteropServices.Marshalling.MarshalMode marshalMode, Type marshallerType);
new System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute : Type * System.Runtime.InteropServices.Marshalling.MarshalMode * Type -> System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute
Public Sub New (managedType As Type, marshalMode As MarshalMode, marshallerType As Type)

Paramètres

managedType
Type

Type managé à marshaler.

marshalMode
MarshalMode

Mode de marshaling à lequel cet attribut s’applique.

marshallerType
Type

Type utilisé pour le marshaling.

S’applique à