[To be supplied.]
Returns the public and non-public events that are declared by this type.
[Visual Basic] Overloads Overrides Public Function GetEvents(BindingFlags) As EventInfo ()
[C#] public override EventInfo[] GetEvents(BindingFlags);
[C++] public: override EventInfo* GetEvents(BindingFlags) [];
[JScript] public override function GetEvents(BindingFlags) : EventInfo[];
Returns the events for the public events declared or inherited by this type.
[Visual Basic] Overloads Overrides Public Function GetEvents() As EventInfo ()
[C#] public override EventInfo[] GetEvents();
[C++] public: override EventInfo* GetEvents() [];
[JScript] public override function GetEvents() : EventInfo[];
NGWS Runtime Security:
ReflectionPermission | TypeInformation required for non-public members |
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace