Click or drag to resize
IRuntimeEnvironment Interface
The interface for singleton objects that can tell the program about the environment it's running under.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IRuntimeEnvironment : ISingleton<IRuntimeEnvironment>

The IRuntimeEnvironment type exposes the following members.

Properties
  NameDescription
Public propertyExecutablePath
Gets the path to the application.
Public propertyIs64BitProcess
Gets a value indicating that the program is running as a 64-bit process.
Public propertyIsMono
Gets a value indicating that the program is running under Mono.
Public propertyIsTest
Gets or sets a value indicating that the application is running under the unit test environment.
Public propertyMainThreadCultureInfo
Gets the main thread's culture info.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
See Also