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!

EventAttributes Enumeration

Defines the attributes of an event. EventAttributes values may be bitwise or'ed together to get the appropriate combination.

These are defined in corhdr.h and are a combination of bits and enumerators.

[Visual Basic]
Public Enum EventAttributes
[C#]
public enum EventAttributes
[C++]
public enum EventAttributes

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
None [To be supplied.]
ReservedMask [To be supplied.]
RTSpecialName [To be supplied.]
SpecialName [To be supplied.]

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

System.Reflection Namespace