C# 클래스 Microsoft.Silverlight.Testing.Service.EnvironmentProvider

A provider of environment variables and environmental information that uses the test service provider infrastructure.
상속: ProviderBase
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
EnvironmentProvider ( TestServiceProvider testService ) : System

Initializes a new environment provider.

GetEnvironmentVariable ( string name, Action callback ) : void

Retrieve an environment variable from the system.

메소드 상세

EnvironmentProvider() 공개 메소드

Initializes a new environment provider.
public EnvironmentProvider ( TestServiceProvider testService ) : System
testService TestServiceProvider The test service.
리턴 System

GetEnvironmentVariable() 공개 메소드

Retrieve an environment variable from the system.
public GetEnvironmentVariable ( string name, Action callback ) : void
name string The variable name.
callback Action The callback action.
리턴 void