Click or drag to resize
ClassHelper.GetCustomClass Method
Attempts to get the custom class

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected virtual bool GetCustomClass(
	string assemblyName,
	string className,
	ref Object obj
)

Parameters

assemblyName
Type: System.String
Assembly name
className
Type: System.String
Class name
obj
Type: System.Object
Returns the class object

Return Value

Type: Boolean
See Also