Click or drag to resize

AssemblyLoaderServiceLoadAssemblyFromFullySpecifiedName Method

Loads the assembly, using the full file name of the assembly.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Assembly LoadAssemblyFromFullySpecifiedName(
	string fullName
)

Parameters

fullName  String
The fully qualified file name of the assembly.

Return Value

Assembly
The loaded assembly.
See Also