RuntimeReflectionExtensions::GetRuntimeEvents Method (Type^)
.NET Framework (current version)
Retrieves a collection that represents all the events defined on a specified type.
Assembly: mscorlib (in mscorlib.dll)
public: [ExtensionAttribute] static IEnumerable<EventInfo^>^ GetRuntimeEvents( Type^ type )
Parameters
- type
-
Type:
System::Type^
The type that contains the events.
Return Value
Type: System.Collections.Generic::IEnumerable<EventInfo^>^A collection of events for the specified type.
This method returns all events defined on the specified type, including inherited, non-public, instance, and static events.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: