JSMethod::GetCustomAttributes Method (Boolean)

 

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.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
virtual array<Object^>^ GetCustomAttributes(
	bool inherit
) override

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 of Object objects that has zero elements.

.NET Framework
Available since 1.1
Return to top
Show: