_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 値のいずれか 1 つ。

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出さないでください。

プロパティは Attributes 、このメソッドに関連付けられている属性を取得します。

適用対象