다음을 통해 공유


NativeMarshallingAttribute(Type) 생성자

정의

네이티브 마샬링 형식을 제공하는 의 NativeMarshallingAttribute 새 instance 초기화합니다.

public:
 NativeMarshallingAttribute(Type ^ nativeType);
public NativeMarshallingAttribute (Type nativeType);
new System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute : Type -> System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute
Public Sub New (nativeType As Type)

매개 변수

nativeType
Type

특성 형식을 관리 코드에서 네이티브 코드로 변환하는 데 사용되는 마샬러 형식입니다.

적용 대상