EventAttributes

EventAttributes CF 1.0, ECMA 1.0, serializable, flag

System.Reflection (mscorlib.dll) enum

This is an enumeration of the attributes that can be placed on events. None specifies no attributes. ReservedMask is a reserved flag for use only by the runtime. SpecialName indicates that the event is described by the name . RTSpecialName is similar, but states that the runtime should check the encoding of the name.

 public enum  EventAttributes  {  None = 0x00000000  ,  SpecialName = 0x00000200  ,  ReservedMask = 0x00000400  ,  RTSpecialName = 0x00000400  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) EventAttributes

Returned By

EventInfo.Attributes

Passed To

System.Reflection.Emit.TypeBuilder.DefineEvent( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net