C# Class Microsoft.Silverlight.Testing.Client.TestApplicationInformation

This class contains information about the test application and its deployment settings.
Inheritance: PropertyChangedBase
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TestApplicationInformation ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
OnInstallStateChanged ( object sender, EventArgs e ) : void

Handles the install state changed event.

Method Details

TestApplicationInformation() public method

Initializes a new instance of the class.
public TestApplicationInformation ( ) : System
return System