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: 2.0.0
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 memberJumboConfiguration
Gets the Jumbo build configuration, typically the branch name.
Public propertyStatic memberJumboVersion
Gets the version of Jumbo.
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 methodStatic memberLogEnvironmentInformation
Writes environemnt information to the specified log.
Top
See Also