Edit

Share via


CustomMarshallerAttribute(Type, MarshalMode, Type) Constructor

Definition

Initializes a new instance of the CustomMarshallerAttribute class.

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)

Parameters

managedType
Type

The managed type to marshal.

marshalMode
MarshalMode

The marshalling mode this attribute applies to.

marshallerType
Type

The type used for marshalling.

Applies to