Share via


CustomMarshallerAttribute(Type, MarshalMode, Type) コンストラクター

定義

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)

パラメーター

managedType
Type

マーシャリングするマネージド型。

marshalMode
MarshalMode

この属性が適用されるマーシャリング モード。

marshallerType
Type

マーシャリングに使用される型。

適用対象