JSConstructor::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 constructor.

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 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
Return to top
Show: