Share via


CustomMarshallerAttribute(Type, MarshalMode, Type) 생성자

정의

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)

매개 변수

managedType
Type

마샬링할 관리되는 형식입니다.

marshalMode
MarshalMode

이 특성이 적용되는 마샬링 모드입니다.

marshallerType
Type

마샬링에 사용되는 형식입니다.

적용 대상