Click or drag to resize
ClassHelperGetClassType Method
Gets the new object of given class.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static Type GetClassType(
	string assemblyName,
	string className
)

Parameters

assemblyName
Type: SystemString
Assembly name
className
Type: SystemString
Full class name

Return Value

Type: Type
See Also