_MethodInfo.Attributes Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione alla proprietà 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

Valore della proprietà

Uno dei valori di MethodAttributes.

Commenti

Questa proprietà è destinata all'accesso alle classi gestite da codice non gestito e non deve essere chiamata dal codice gestito.

La Attributes proprietà ottiene gli attributi associati a questo metodo.

Si applica a