PropertyAttributes {System.Reflection} .NET clr documentation

PropertyAttributes

Description

Declare

            
# namespace System.Reflection
export class PropertyAttributes extends Enum {
   None: PropertyAttributes = 0;

   SpecialName: PropertyAttributes = 512;

   RTSpecialName: PropertyAttributes = 1024;

   HasDefault: PropertyAttributes = 4096;

   Reserved2: PropertyAttributes = 8192;

   Reserved3: PropertyAttributes = 16384;

   Reserved4: PropertyAttributes = 32768;

   ReservedMask: PropertyAttributes = 62464;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member None: PropertyAttributes
  3. use by field member SpecialName: PropertyAttributes
  4. use by field member RTSpecialName: PropertyAttributes
  5. use by field member HasDefault: PropertyAttributes
  6. use by field member Reserved2: PropertyAttributes
  7. use by field member Reserved3: PropertyAttributes
  8. use by field member Reserved4: PropertyAttributes
  9. use by field member ReservedMask: PropertyAttributes

[Package {$package} version {$version} Index]