Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Start ( string directoryPath, int port, |
Starts IIS Express using the specified directory path and port.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Méthode | Description | |
---|---|---|
DetermineIisExpressPath ( ) : string |
Determines the IIS express path.
|
|
SendStopMessageToProcess ( int processId ) : void |
The send stop message to process.
|
|
StartIisExpress ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// |
Résultat | void |
public Start ( string directoryPath, int port, |
||
directoryPath | string | /// The directory path. /// |
port | int | /// The port. /// |
address | /// The address. /// | |
Résultat | void |