CustomMarshallerAttribute(Type, MarshalMode, Type) Konstruktor

Definice

Inicializuje novou instanci CustomMarshallerAttribute třídy .

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

Spravovaný typ, který se má zařadovat.

marshalMode
MarshalMode

Režim zařazování, na který se tento atribut vztahuje.

marshallerType
Type

Typ použitý pro zařazování.

Platí pro