Bagikan melalui


CustomMarshallerAttribute(Type, MarshalMode, Type) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

managedType
Type

Jenis terkelola untuk marshal.

marshalMode
MarshalMode

Mode marshalling yang berlaku untuk atribut ini.

marshallerType
Type

Jenis yang digunakan untuk marshalling.

Berlaku untuk