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

Тип, используемый для маршаллинга.

Применяется к