JSMethodInfo.Attributes プロパティ

定義

このメソッドに関連付けられている属性を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

列挙値のビットごとの組み合わせ。

適用対象

こちらもご覧ください