CustomMarshallerAttribute(Type, MarshalMode, Type) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

managedType
Type

O tipo gerenciado a ser marshalado.

marshalMode
MarshalMode

O modo de marshalling ao qual esse atributo se aplica.

marshallerType
Type

O tipo usado para marshalling.

Aplica-se a