CustomMarshallerAttribute(Type, MarshalMode, Type) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

managedType
Type

Tipo gestito da effettuare il marshalling.

marshalMode
MarshalMode

Modalità di marshalling a cui si applica questo attributo.

marshallerType
Type

Tipo utilizzato per il marshalling.

Si applica a