ComAwareEventInfo::GetCustomAttributes Method (Boolean)

.NET Framework (current version)
 

When overridden in a derived class, gets an array that contains all the custom attributes that are applied to this member.

Namespace:   System.Runtime.InteropServices
Assembly:  System.Core (in System.Core.dll)

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

Parameters

inherit
Type: System::Boolean

true to search this member's inheritance chain to find the attributes; otherwise, false.

Return Value

Type: array<System::Object^>^

An array that contains all the custom attributes, or an array that has no elements if no attributes were defined.

Exception Condition
InvalidOperationException

This member belongs to a type that is loaded into the reflection-only context. See How to: Load Assemblies into the Reflection-Only Context.

TypeLoadException

A custom attribute type cannot be loaded.

This method calls the GetCustomAttributes method of the underlying EventInfo object.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show: