Property | Type | Description | |
---|---|---|---|
ID | long |
Property | Type | Description | |
---|---|---|---|
GetPool | |||
GetSite | |||
GetUrl | string | ||
GetWebConfig | XmlDocumentEx | ||
IsStarted | bool |
Method | Description | |
---|---|---|
GetName ( |
||
Recycle ( ) : void | ||
SetAppPoolMode ( bool is40 = null, bool is32 = null ) : void | ||
Start ( ) : void | ||
Stop ( bool force = null ) : void | ||
StopApplicationPool ( ) : void | ||
ToString ( ) : string | ||
Website ( long id ) : System |
Method | Description | |
---|---|---|
Website ( ) : System |
Method | Description | |
---|---|---|
GetPool ( [ context ) : |
||
GetSite ( [ context ) : |
||
GetUrl ( [ path = null ) : string | ||
GetWebConfig ( string webRootPath = null ) : XmlDocumentEx | ||
IsStarted ( [ site ) : bool |
public GetName ( |
||
context | ||
return | string |
public SetAppPoolMode ( bool is40 = null, bool is32 = null ) : void | ||
is40 | bool | |
is32 | bool | |
return | void |