Click or drag to resize
TypeManager Class
Manager for object factories
Inheritance Hierarchy
SystemObject
  CMS.CoreTypeManager

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public static class TypeManager

The TypeManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInitialized
If true, all types were already initialized.
Public propertyStatic memberPreInitialized
If true, the types were already pre-initialized
Top
Methods
  NameDescription
Public methodStatic memberRegisterGenericType
Registers a generic type.
Top
See Also