Método _Assembly.GetCustomAttributes (Type, Boolean)
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 objetos COM com acesso independente de versão para o método GetCustomAttributes.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
object[] GetCustomAttributes(
Type attributeType,
bool inherit
)
array<Object^>^ GetCustomAttributes(
Type^ attributeType,
bool inherit
)
abstract GetCustomAttributes :
attributeType:Type *
inherit:bool -> Object[]
Function GetCustomAttributes (
attributeType As Type,
inherit As Boolean
) As Object()
Parâmetros
attributeType
Type: System.TypeO Type para o qual os atributos personalizados devem ser retornados.
inherit
Type: System.BooleanEste argumento é ignorado para objetos do tipo Assembly.
Valor Retornado
Type: System.Object[]
Uma matriz do tipo Object que contém os atributos personalizados para este assembly, conforme especificado por attributeType.
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 GetCustomAttributes método obtém todos os atributos personalizados para esse assembly.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
GetCustomAttributes
GetCustomAttributes Sobrecarga
Interface _Assembly
Namespace System.Runtime.InteropServices
Retornar ao início