| IRuntimeEnvironment Interface |
Namespace: VirtualRadar.Interface
The IRuntimeEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
| ExecutablePath |
Gets the path to the application.
| |
| Is64BitProcess |
Gets a value indicating that the program is running as a 64-bit process.
| |
| IsMono |
Gets a value indicating that the program is running under Mono.
| |
| IsTest |
Gets or sets a value indicating that the application is running under the unit test environment.
| |
| MainThreadCultureInfo |
Gets the main thread's culture info.
| |
| Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |