Runtime Services.Try Load Assembly Method
Attempts to load an assembly.
Definition
Namespace: Extreme.Providers.InteropServices
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the assembly was loaded successfully; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool TryLoadAssembly(
string baseFilename,
string libraryPath,
out Assembly assembly
)
Parameters
- baseFilename String
- The base name of the assembly, with placeholders for the platform (x64 or x86) and the .NET version.
- libraryPath String
- The location of the assembly.
- assembly Assembly
- On return, the loaded assembly.
Return Value
Booleantrue if the assembly was loaded successfully; otherwise false.