ObjectFactoryGetFactory Method |
Gets the factory for the given type
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntaxpublic static IObjectFactory GetFactory(
Type type
)
Parameters
- type
- Type: SystemType
Type of the requested object factory
Return Value
Type:
IObjectFactory
See Also