ComAwareEventInfo::GetCustomAttributes Method (Boolean)
When overridden in a derived class, gets an array that contains all the custom attributes that are applied to this member.
Assembly: System.Core (in System.Core.dll)
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.