Compartilhar via


Propriedade _ConstructorInfo.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

Este método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado em 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 _ConstructorInfo
Namespace System.Runtime.InteropServices

Retornar ao início