NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeBuilder.GetEvents

[To be supplied.]

Overload List

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[];

Requirements

NGWS Runtime Security:

ReflectionPermission TypeInformation required for non-public members

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace