AssemblyLoaderServiceLoadAssemblyFromFullySpecifiedName Method |
Loads the assembly, using the full file name of the assembly.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Assembly LoadAssemblyFromFullySpecifiedName(
string fullName
)
Parameters
- fullName String
- The full name of the assembly.
Return Value
AssemblyThe assembly that was loaded, or null if the assembly was not found.
See Also