TypeRegistry Properties

Properties

Assemblies Gets distinct assemblies for all RegisteredTypes.
GeneratedContextTypeCount Gets total count of generated context types.
ItemString Gets value for registered symbol with specified name.
ItemString, Type Sets value for registered symbol with specified name, new symbol will be registered if symbol does not exist.
Namespaces Gets distinct namespaces for all RegisteredTypes.
RegisteredSymbols Gets registered symbols.
RegisteredTypes Gets registered types including explicitly registered types and types for registered symbols.
StaticTypes Gets distinct static types for all types registered with RegisterStaticType(Type).

See Also