Click or drag to resize
ObjectFactoryTChangeCreatedTypeTo Method (Type)
Replaces the creation of the given original type by the new type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static void ChangeCreatedTypeTo(
	Type newType
)

Parameters

newType
Type: SystemType
New type
See Also