CustomAttributeExtensions::IsDefined Method
.NET Framework (current version)
Indicates whether custom attributes are applied to an element.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IsDefined(Assembly^, Type^) | Indicates whether custom attributes of a specified type are applied to a specified assembly. |
![]() ![]() | IsDefined(MemberInfo^, Type^) | Indicates whether custom attributes of a specified type are applied to a specified member. |
![]() ![]() | IsDefined(MemberInfo^, Type^, Boolean) | Indicates whether custom attributes of a specified type are applied to a specified member, and, optionally, applied to its ancestors. |
![]() ![]() | IsDefined(Module^, Type^) | Indicates whether custom attributes of a specified type are applied to a specified module. |
![]() ![]() | IsDefined(ParameterInfo^, Type^) | Indicates whether custom attributes of a specified type are applied to a specified parameter. |
![]() ![]() | IsDefined(ParameterInfo^, Type^, Boolean) | Indicates whether custom attributes of a specified type are applied to a specified parameter, and, optionally, applied to its ancestors. |
Show:

