[Gregor.Core.TypeFindOptions]

Gregor.Core.TypeFindOptions

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.TypeFindOptions

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

Custom Attributes: System.Flags()

Description: 


Members

Default

public const Gregor.Core.TypeFindOptions Default = 0x07

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TypeFindOptions.NonAbstract | Gregor.Core.TypeFindOptions.Nested | Gregor.Core.TypeFindOptions.LegalNamesOnly


LegalNamesOnly

public const Gregor.Core.TypeFindOptions LegalNamesOnly = 0x04

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TypeFindOptions.LegalNamesOnly


Nested

public const Gregor.Core.TypeFindOptions Nested = 0x02

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TypeFindOptions.Nested


NonAbstract

public const Gregor.Core.TypeFindOptions NonAbstract = 0x01

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TypeFindOptions.NonAbstract


None

public const Gregor.Core.TypeFindOptions None = 0x00

Custom Attributes: 

Description: 

value__

public System.Int32 value__

Custom Attributes: 

Description: 


See Also

System.Enum

System.FlagsAttribute

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.TypeFindOptions