AspNetDevelopmentServer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the settings for an instance of the ASP.NET Development Server. More than one instance may occur during a test.
public ref class AspNetDevelopmentServer : Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public class AspNetDevelopmentServer : Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type AspNetDevelopmentServer = class
interface IXmlTestStore
Public Class AspNetDevelopmentServer
Implements IXmlTestStore
- Inheritance
-
AspNetDevelopmentServer
- Attributes
- Implements
Constructors
AspNetDevelopmentServer(String, String, String) |
Initializes an instance of the AspNetDevelopmentServer class by using the provided name, Web application path, and root name of the Web application. |
Properties
Name |
Gets the name of this instance of ASP.NET Development Server. |
PathToWebApp |
Gets the full path of the Web application that is being tested. |
WebAppRoot |
Gets the name of the root for the Web application that is being tested. |
Methods
Equals(Object) |
Returns a value that indicates whether the current instance of AspNetDevelopmentServer object is equal to the provided instance of the AspNetDevelopmentServer object. |
GetHashCode() |
Returns the hash code of the ID of the AspNetDevelopmentServer instance. |
Load(XmlElement, XmlTestStoreParameters) |
Loads the class from the provided XML element. |
Save(XmlElement, XmlTestStoreParameters) |
Saves the ASP.NET Development Environment settings that this class represents. |