August 2003
Intermediate to advanced
928 pages
32h 1m
English
PropertyAttributes
Specifies the attributes that can be
placed on properties. The important ones
that you will encounter are None and
HasDefault, which specify either the absence of
attributes or that there is a default.
public enum PropertyAttributes { None = 0x00000000, SpecialName = 0x00000200, RTSpecialName = 0x00000400, HasDefault = 0x00001000, Reserved2 = 0x00002000, Reserved3 = 0x00004000, Reserved4 = 0x00008000, ReservedMask = 0x0000F400 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
PropertyAttributes
PropertyInfo.Attributes
System.Reflection.Emit.TypeBuilder.DefineProperty( )