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: 10.0.0
Syntax
C#
public class TypeManager

The TypeManager type exposes the following members.

Constructors
  NameDescription
Public methodTypeManager
Top
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 memberFindImplementation
Finds an implementation for given type.
Public methodStatic memberRegisterGenericType
Registers a generic type.
Top
See Also