RuntimeServices.LibraryPaths 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.0
C#
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.

See Also