Udostępnij przez


CustomMarshallerAttribute(Type, MarshalMode, Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

managedType
Type

Zarządzany typ do marshalingu.

marshalMode
MarshalMode

Tryb marshallingu, do których ten atrybut ma zastosowanie.

marshallerType
Type

Typ używany do marshallingu.

Dotyczy