Mono Class Library: System.Reflection.EventInfo Overview | Members

System.Reflection.EventInfo.GetAddMethod Overloads

The overloads of GetAddMethod are listed below. For a list of all members, see the EventInfo Members list.

Public Methods

GetAddMethod() : MethodInfo
Returns the public method used to add an event handler delegate to an event source for the event reflected by the current instance.
abstract
GetAddMethod(bool) : MethodInfo
Returns the method used to add an event handler delegate to an event source for the event reflected by the current instance, specifying whether or not to return non-public methods.