DynamicMethod::IsDefined Method (Type^, Boolean)
.NET Framework (current version)
Indicates whether the specified custom attribute type is defined.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- attributeType
-
Type:
System::Type^
A Type representing the type of custom attribute to search for.
- inherit
-
Type:
System::Boolean
true to search the method's inheritance chain to find the custom attributes; false to check only the current method.
Return Value
Type: System::Booleantrue if the specified custom attribute type is defined; otherwise, false.
For dynamic methods, specifying true for inherit has no effect. Dynamic methods have no inheritance chain.
Note |
|---|
Custom attributes are not currently supported on dynamic methods. |
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show:
