_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

MethodAttributes 值之一。

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。

Attributes属性获取与此方法关联的特性。

适用于