C# Класс WixSharp.WebAppPool

This class defines WebAppPool WiX element. It is used to specify the application pool for this application in IIS 6 applications.
Наследование: WixEntity
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

WebAppPool() публичный Метод

Initializes a new instance of the WebAppPool class.
public WebAppPool ( ) : System
Результат System

WebAppPool() публичный Метод

Initializes a new instance of the WebAppPool class.
public WebAppPool ( string name ) : System
name string The name.
Результат System

WebAppPool() публичный Метод

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 .
Результат System