CustomMarshallerAttribute(Type, MarshalMode, Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de CustomMarshallerAttribute klasse.

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)

Parameters

managedType
Type

Het beheerde type aan marshal.

marshalMode
MarshalMode

De marshallmodus waar dit kenmerk op van toepassing is.

marshallerType
Type

Het type dat wordt gebruikt voor marshalling.

Van toepassing op