DynamicMethod::GetCustomAttributes Method (Boolean)
.NET Framework (current version)
Returns all the custom attributes defined for the method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- 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: array<System::Object^>^An array of objects representing all the custom attributes of the method.
For dynamic methods, specifying true for inherit has no effect, because the method is not declared in a type.
Note |
|---|
Custom attributes are not currently supported on dynamic methods. The only attribute returned is MethodImplAttribute; you can get the method implementation flags more easily using the GetMethodImplementationFlags method. |
.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:
