ModuleBuilder.IsDefined(Type, Boolean) Méthode

Définition

Retourne une valeur qui indique si le type d'attribut spécifié a été appliqué à ce module.

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Paramètres

attributeType
Type

Type de l'attribut personnalisé à tester.

inherit
Boolean

Cet argument est ignoré pour les objets de ce type.

Retours

true si une ou plusieurs instances de attributeType ont été appliquées à ce module ; sinon, false.

Exceptions

attributeType a la valeur null.

attributeType n’est pas un objet Type fourni par le runtime. Par exemple, attributeType est un objet TypeBuilder.

S’applique à