JSMethodInfo::GetCustomAttributes Method (Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns an array that contains the custom attributes that are attached to this method.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Parameters
- inherit
-
Type:
System::Boolean
true to search this member's inheritance hierarchy to find the attributes.
Return Value
Type: array<System::Object^>^An array that contains the custom attributes that are attached to this method, or, if there are none, an array that has zero elements.
.NET Framework
Available since 1.1
Available since 1.1
Show: