Compartilhar via


Propriedade _MethodBase.Attributes

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Fornece acesso independente da versão para objetos COM à propriedade Attributes.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

MethodAttributes Attributes { get; }
property MethodAttributes Attributes {
    MethodAttributes get();
}
abstract Attributes : MethodAttributes with get
ReadOnly Property Attributes As MethodAttributes

Valor da Propriedade

Type: System.Reflection.MethodAttributes

Um dos valores de MethodAttributes.

Comentários

Esta propriedade é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamada de código gerenciado.

O Attributes propriedade obtém os atributos associados a este método.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface _MethodBase
Namespace System.Runtime.InteropServices

Retornar ao início