Runtime Services.Library Paths 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#
A sequence of strings containing the paths.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.