DeploymentWebServerConfigurationSystemInfo Class

IIS 7.0

Represents the base class that contains the system configuration information for deployment Web server.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentWebServerConfigurationSystemInfo

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentWebServerConfigurationSystemInfo

The DeploymentWebServerConfigurationSystemInfo type exposes the following members.

  NameDescription
Public methodDeploymentWebServerConfigurationSystemInfoInitializes a new instance of the DeploymentWebServerConfigurationSystemInfo class.
Top

  NameDescription
Public propertyApplicationHostConfigurationPathGets or sets the path to the applicationHost.config file.
Public propertyConfigurationDirectoryGets or sets the path to the Web server’s configuration directory.
Public propertyRedirectionConfigurationPathGets or sets the path to the redirection.config file.
Public propertySchemaDirectoryGets or sets the path to the Web server’s schema directory.
Public propertyWebServerDirectoryGets or sets the path to the directory that contains the service-related files for IIS.
Public propertyWebServerManifestGets or sets the path to the directory that contains the manifest files for IIS.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: