MethodBuilder.GetCustomAttributes Method (Type, Boolean)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns the custom attributes identified by the given type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- attributeType
-
Type:
System.Type
The custom attribute type.
- inherit
-
Type:
System.Boolean
Specifies whether to search this member's inheritance chain to find the custom attributes.
Return Value
Type: System.Object[]Returns an array of objects representing the attributes of this method that are of type attributeType.
Exception | Condition |
---|---|
NotSupportedException | This method is not currently supported. Retrieve the method using GetMethod and call GetCustomAttributes on the returned MethodInfo. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: