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
파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
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