Click or drag to resize

CollectTypeFlags Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
[FlagsAttribute]
public enum CollectTypeFlags
Request Example View Source
Members
  Member nameValueDescription
none0
includeEnumTypes4
includeClassTypes8
includeValueTypes32
includeGenericTypes64
includeAll108
ofSameNamespace1024
ofChildNamespaces2048
ofParentNamespace4096
ofThisAssembly2097152
ofAllAssemblies4194304
includeNonImbAssemblies1073741824
See Also