CustomMarshallerAttribute(Type, MarshalMode, Type) Konstruktor

Definition

Initialisiert eine neue Instanz der CustomMarshallerAttribute-Klasse.

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)

Parameter

managedType
Type

Der verwaltete Typ, der gemarst werden soll.

marshalMode
MarshalMode

Der Marshallmodus, für den dieses Attribut gilt.

marshallerType
Type

Der für das Marshalling verwendete Typ.

Gilt für: