C# Class Microsoft.Silverlight.Testing.Service.WebEnvironmentProvider

A provider of environment variables and environmental information that uses the test service provider infrastructure.
Inheritance: EnvironmentProvider
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
GetEnvironmentVariable ( string name, Action callback ) : void

Retrieve an environment variable from the system.

WebEnvironmentProvider ( TestServiceProvider testService ) : System

Initializes a new environment provider.

Method Details

GetEnvironmentVariable() public method

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

WebEnvironmentProvider() public method

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