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

A provider of environment variables and environmental information that uses the test service provider infrastructure.
상속: EnvironmentProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
GetEnvironmentVariable ( string name, Action callback ) : void

Retrieve an environment variable from the system.

WebEnvironmentProvider ( TestServiceProvider testService ) : System

Initializes a new environment provider.

메소드 상세

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

WebEnvironmentProvider() 공개 메소드

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