RuntimeServices.LibraryPaths Method

Enumerates the paths that are searched when looking for native assemblies.

Definition

Namespace: Extreme.Providers.InteropServices
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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