C# Class Quartz.Util.QuartzEnvironment

Environment access helpers that fail gracefully if under medium trust.
Afficher le fichier Open project: quartznet/quartznet

Méthodes publiques

Méthode 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 méthode

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

GetEnvironmentVariables() public static méthode

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