ComAwareEventInfo::GetAddMethod Method (Boolean)
.NET Framework (current version)
Gets the method that was used to add an event handler delegate to the event source.
Assembly: System.Core (in System.Core.dll)
Parameters
- nonPublic
-
Type:
System::Boolean
true to return non-public methods; otherwise, false.
Return Value
Type: System.Reflection::MethodInfo^The method that was used to add an event handler delegate to the event source.
Implements
_EventInfo::GetAddMethod(Boolean)| Exception | Condition |
|---|---|
| MethodAccessException | nonPublic is true and the method used to add an event handler delegate is non-public, but the caller does not have permission to reflect on non-public methods. |
This method calls the EventInfo::GetAddMethod method.
Show: