RuntimeServices Class

Contains methods and properties for platform-dependent functionality at runtime.

Definition

Namespace: Numerics.NET.Providers.InteropServices
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static class RuntimeServices
Inheritance
Object  →  RuntimeServices

Properties

AllowMixedModeAssemblies Gets whether the current platform supports mixed mode (C++/CLI) assemblies.
Is64BitProcess Gets whether the currently running process is 64 bit.

Methods

GetArchitecture Returns the processor architecture the current process is running on.
LibraryPaths Enumerates the paths that are searched when looking for native assemblies.
LoadAssembly Loads a native library of the specified name, optionally using the suggested location.
LoadLibrary Loads a native library of the specified name, optionally using the suggested location.
TryLoadAssembly Attempts to load an assembly.
TryLoadLibrary Attempts to load an assembly.

See Also