NativeCppClassAttribute 생성자

정의

NativeCppClassAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 NativeCppClassAttribute();
public NativeCppClassAttribute ();
Public Sub New ()

설명

컴파일러에서는 어셈블리를 NativeCppClassAttribute 빌드할 때 특성을 사용하여 형식이 C 또는 C++에 정의된 관리되지 않는 형식임을 나타냅니다. 이 특성은 나중에 interop 중에 가져올 때 관리되지 않는 형식을 올바르게 처리하는 데 사용됩니다.

적용 대상