Compartir vía


CustomMarshallerAttribute(Type, MarshalMode, Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

managedType
Type

Tipo administrado que se va a serializar.

marshalMode
MarshalMode

El modo de serialización al que se aplica este atributo.

marshallerType
Type

Tipo utilizado para la serialización.

Se aplica a