MethodBuilder::IsDefined Method (Type^, Boolean)

 

Checks if the specified custom attribute type is defined.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool IsDefined(
	Type^ attributeType,
	bool inherit
) override

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::Boolean

true if the specified custom attribute type is defined; otherwise, false.

Exception Condition
NotSupportedException

This method is not currently supported. Retrieve the method using GetMethod and call IsDefined on the returned MethodInfo.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: