Click or drag to resize

AssemblyLoaderServiceLoadAssemblyFromFullySpecifiedFileName Method

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

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public Assembly? LoadAssemblyFromFullySpecifiedFileName(
	string fullFileName
)

Parameters

fullFileName  String
The fully qualified file name of the assembly.

Return Value

Assembly
The loaded assembly.
See Also