C# Класс Quartz.Util.QuartzEnvironment

Environment access helpers that fail gracefully if under medium trust.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetEnvironmentVariable() публичный статический Метод

Retrieves the value of an environment variable from the current process.
public static GetEnvironmentVariable ( string key ) : string
key string
Результат string

GetEnvironmentVariables() публичный статический Метод

Retrieves all environment variable names and their values from the current process.
public static GetEnvironmentVariables ( ) : string>.IDictionary
Результат string>.IDictionary