Runtime Services.Library Paths Method
Enumerates the paths that are searched when looking for native assemblies.
Definition
Namespace: Numerics.NET.Providers.InteropServices
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A sequence of strings containing the paths.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static IEnumerable<string> LibraryPaths(
string? libraryPath = null
)
Parameters
- libraryPath String (Optional)
- The base location of the path.
Return Value
IEnumerable<String>A sequence of strings containing the paths.