[Gregor.Core.Flags8]

Gregor.Core.Flags8

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.Flags8

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: System.Flags()

Description: 


Members

All

public const Gregor.Core.Flags8 All = 0xff

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag1 | Gregor.Core.Flags8.Flag2 | Gregor.Core.Flags8.Flag3 | Gregor.Core.Flags8.Flag4 | Gregor.Core.Flags8.Flag5 | Gregor.Core.Flags8.Flag6 | Gregor.Core.Flags8.Flag7 | Gregor.Core.Flags8.Flag8


Flag1

public const Gregor.Core.Flags8 Flag1 = 0x01

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag1


Flag2

public const Gregor.Core.Flags8 Flag2 = 0x02

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag2


Flag3

public const Gregor.Core.Flags8 Flag3 = 0x04

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag3


Flag4

public const Gregor.Core.Flags8 Flag4 = 0x08

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag4


Flag5

public const Gregor.Core.Flags8 Flag5 = 0x10

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag5


Flag6

public const Gregor.Core.Flags8 Flag6 = 0x20

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag6


Flag7

public const Gregor.Core.Flags8 Flag7 = 0x40

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag7


Flag8

public const Gregor.Core.Flags8 Flag8 = 0x80

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.Flags8.Flag8


None

public const Gregor.Core.Flags8 None = 0x00

Custom Attributes: 

Description: 

value__

public System.Byte value__

Custom Attributes: 

Description: 


See Also

System.Enum

System.FlagsAttribute

System.IComparable

System.IConvertible

System.IFormattable

System.Byte

Gregor.Core.Flags8