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

System.Reflection.EventInfo.GetRemoveMethod Overloads

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

Public Methods

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