Runtime Services Class
Contains methods and properties for platform-dependent
functionality at runtime.
Definition
Namespace: Extreme.Providers.InteropServices
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static class RuntimeServices
- Inheritance
- Object → RuntimeServices
Properties
Allow | Gets whether the current platform supports mixed mode (C++/CLI) assemblies. |
Is64Bit | Gets whether the currently running process is 64 bit. |
IsUnix | Gets whether the current system is a Unix system. |
Methods
Get | Returns the processor architecture the current process is running on. |
Library | Enumerates the paths that are searched when looking for native assemblies. |
Load | Loads a native library of the specified name, optionally using the suggested location. |
Load | Loads a native library of the specified name, optionally using the suggested location. |
Try | Attempts to load an assembly. |
Try | Attempts to load an assembly. |