Mono Class Library: System.Reflection.EventInfo Overview | MembersSystem.Reflection.EventInfo.GetRemoveMethod Overloads |
The overloads of GetRemoveMethod are listed below. For a list of all members, see the EventInfo Members list.
GetRemoveMethod() : MethodInfo Returns the public method used to remove an event-handler delegate from the event reflected by the current instance. abstractGetRemoveMethod(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.