Click or drag to resize

RuntimeEnvironment Class

Provides information about the runtime environment of the application.
Inheritance Hierarchy
SystemObject
  Ookii.JumboRuntimeEnvironment

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class RuntimeEnvironment

The RuntimeEnvironment type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDescription Gets a description of the runtime environment, including the version number.
Public propertyStatic memberJumboAssemblyVersion Gets the version of Jumbo.
Public propertyStatic memberJumboConfiguration Gets the Jumbo build configuration, typically the branch name.
Public propertyStatic memberJumboVersion Gets the version of Jumbo as a string.
Public propertyStatic memberOperatingSystemDescription Gets a description of the operating system, including the version number.
Public propertyStatic memberProcessorName Gets the name of the system's processor.
Top
Methods
 NameDescription
Public Extension MethodLogEnvironmentInformation Writes environment information to the specified log.
Top
See Also