Mono Class Library: System.Type Overview | Members

System.Type.GetEvents Overloads

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

Public Methods

GetEvents() : System.Reflection.EventInfo[]
Returns an array of System.Reflection.EventInfo objects that reflect the public events defined in the type represented by the current instance.
abstract
GetEvents(System.Reflection.BindingFlags) : System.Reflection.EventInfo[]
Returns an array of System.Reflection.EventInfo objects that reflect the events that are defined in the type represented by the current instance and match the specified binding constraints.