TypeBuilder::GetEvents Method ()
.NET Framework (current version)
Returns the public events declared or inherited by this type.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System.Reflection::EventInfo^>^Returns an array of EventInfo objects representing the public events declared or inherited by this type. An empty array is returned if there are no public events.
Implements
_Type::GetEvents()| Exception | Condition |
|---|---|
| NotSupportedException | This method is not implemented for incomplete types. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: