QuartzEnvironment Class

Quartz.NET 3.0 API Documentation
Environment access helpers that fail gracefully if under medium trust.
Inheritance Hierarchy

SystemObject
  Quartz.UtilQuartzEnvironment

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static class QuartzEnvironment

The QuartzEnvironment type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberIsRunningOnMono
Return whether we are currently running under Mono runtime.
Top
Methods

  NameDescription
Public methodStatic memberGetEnvironmentVariable
Retrieves the value of an environment variable from the current process.
Public methodStatic memberGetEnvironmentVariables
Retrieves all environment variable names and their values from the current process.
Top
See Also

Reference