다음을 통해 공유


_ConstructorInfo.Attributes 속성

정의

COM 개체에 속성에 대한 버전 독립적 액세스를 Attributes 제공합니다.

public:
 property System::Reflection::MethodAttributes Attributes { System::Reflection::MethodAttributes get(); };
public System.Reflection.MethodAttributes Attributes { get; }
member this.Attributes : System.Reflection.MethodAttributes
Public ReadOnly Property Attributes As MethodAttributes

속성 값

값 중 MethodAttributes 하나입니다.

설명

이 메서드는 관리되지 않는 코드에서 관리되는 클래스에 액세스하기 위한 것이며 관리 코드에서 호출해서는 안 됩니다.

이 속성은 Attributes 이 메서드와 연결된 특성을 가져옵니다.

적용 대상