_ConstructorInfo.Attributes 속성

정의

버전에 관계없이 Attributes 속성에 액세스할 수 있는 COM 개체를 제공합니다.

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

MethodAttributes 값 중 하나입니다.

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.

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

적용 대상