C# 클래스 Quartz.Util.QuartzEnvironment

Environment access helpers that fail gracefully if under medium trust.
파일 보기 프로젝트 열기: quartznet/quartznet

공개 메소드들

메소드 설명
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