Click or drag to resize
ClassHelperGetAssemblyInternal Method
Loads the given assembly.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected virtual Assembly GetAssemblyInternal(
	string assemblyName
)

Parameters

assemblyName
Type: SystemString
Assembly name

Return Value

Type: Assembly
See Also