_MethodBase.Attributes Egenskap

Definition

Tillhandahåller COM-objekt med versionsoberoende åtkomst till Attributes egenskapen.

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

Egenskapsvärde

Ett av MethodAttributes värdena.

Kommentarer

Den här egenskapen är för åtkomst till hanterade klasser från ohanterad kod och bör inte anropas från hanterad kod.

Egenskapen Attributes hämtar attributen som är associerade med den här metoden.

Gäller för