Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ComAwareEventInfo::GetAddMethod Method (Boolean)

.NET Framework (current version)
 

Gets the method that was used to add an event handler delegate to the event source.

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

public:
virtual MethodInfo^ GetAddMethod(
	bool nonPublic
) override

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.

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.

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