_MethodInfo.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 值。

備註

此屬性適用于從 Unmanaged 程式碼存取 Managed 類別,不應從 Managed 程式碼呼叫。

屬性 Attributes 會取得與這個方法相關聯的屬性。

適用於