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

System.Reflection.EventInfo.GetRaiseMethod Overloads

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

Public Methods

GetRaiseMethod() : MethodInfo
Returns the public method that is called when the event reflected by the current instance is raised.
abstract
GetRaiseMethod(bool) : MethodInfo
Returns the method that is called when the event reflected by the current instance is raised, specifying whether the method to be returned is public or non-public.