C# Class WixSharp.WebAppPool

This class defines WebAppPool WiX element. It is used to specify the application pool for this application in IIS 6 applications.
Inheritance: WixEntity
Datei anzeigen Open project: Eun/WixSharp

Public Methods

Method Description
WebAppPool ( ) : System

Initializes a new instance of the WebAppPool class.

WebAppPool ( string name ) : System

Initializes a new instance of the WebAppPool class.

WebAppPool ( string name, string attributesDefinition ) : System

Initializes a new instance of the WebAppPool class.

Method Details

WebAppPool() public method

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

WebAppPool() public method

Initializes a new instance of the WebAppPool class.
public WebAppPool ( string name ) : System
name string The name.
return System

WebAppPool() public method

Initializes a new instance of the WebAppPool class.
public WebAppPool ( string name, string attributesDefinition ) : System
name string The name.
attributesDefinition string The attributes definition. This parameter is used to set encapsulated .
return System