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!

EnumBuilder.GetEvents ()

This member is not yet implemented.

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

Exceptions

Exception Type Condition
NotSupportedException This method is not implemented.

Remarks

This method is not currently supported. As a workaround, retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.

See Also

EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace | EnumBuilder.GetEvents Overload List