Click or drag to resize
ClassHelper.GetAssemblyInternal Method
Loads the given assembly.

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

Parameters

assemblyName
Type: System.String
Assembly name

Return Value

Type: Assembly
See Also