Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Récupère les attributs appliqués à un objet de réflexion.
Espace de nom : Developpez.Dotnet.ReflectionAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static IEnumerable<Attribute> GetAttributes( this ICustomAttributeProvider reflectionObject, bool inherit ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function GetAttributes ( _ reflectionObject As ICustomAttributeProvider, _ inherit As Boolean _ ) As IEnumerable(Of Attribute) |
Visual C++ |
---|
public: [ExtensionAttribute] static IEnumerable<Attribute^>^ GetAttributes( ICustomAttributeProvider^ reflectionObject, bool inherit ) |
Paramètres
- reflectionObject
- Type: System.Reflection..::..ICustomAttributeProvider
L'objet de réflexion dont on veut récupérer les attributs
- inherit
- Type: System..::..Boolean
true pour rechercher aussi dans les ancêtres, false sinon