AssemblyLoaderServiceLoadAssemblyFromFullySpecifiedName Method |
Loads the assembly, using the full file name of the assembly.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Assembly LoadAssemblyFromFullySpecifiedName(
string fullName
)
Parameters
- fullName String
- The fully qualified file name of the assembly.
Return Value
AssemblyThe loaded assembly.
See Also