| ClassHelperGetClassInternal Method | 
            Gets the new object of given class.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual Object GetClassInternal(
	string assemblyName,
	string className
)
Parameters
- assemblyName
- Type: SystemString
 Assembly name
- className
- Type: SystemString
 Full class name
Return Value
Type: 
Object See Also
See Also