C# Class Quartz.Util.QuartzEnvironment

Environment access helpers that fail gracefully if under medium trust.
显示文件 Open project: quartznet/quartznet

Public Methods

Method Description
GetEnvironmentVariable ( string key ) : string

Retrieves the value of an environment variable from the current process.

GetEnvironmentVariables ( ) : string>.IDictionary

Retrieves all environment variable names and their values from the current process.

Method Details

GetEnvironmentVariable() public static method

Retrieves the value of an environment variable from the current process.
public static GetEnvironmentVariable ( string key ) : string
key string
return string

GetEnvironmentVariables() public static method

Retrieves all environment variable names and their values from the current process.
public static GetEnvironmentVariables ( ) : string>.IDictionary
return string>.IDictionary