Runtime Services 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |
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. |