Свойство | Тип | Описание | |
---|---|---|---|
_BuildTempConfigXmlFile | void | ||
_GetConfigFilename | string | ||
_OnProcessExited | void |
Метод | Описание | |
---|---|---|
NCoverExplorerTask ( ) : System |
Initializes a new instance of the NCoverExplorerTask class.
|
Метод | Описание | |
---|---|---|
PrepareProcess ( |
Performs logic before the external process is started.
|
|
StartProcess ( ) : |
Starts the process and handles errors.
|
Метод | Описание | |
---|---|---|
_BuildTempConfigXmlFile ( ) : void |
Build the Xml config file to pass to the NCoverExplorer.Console executable.
|
|
_GetConfigFilename ( ) : string |
Return a temporary filename for the config file for executing NCoverExplorer.Console.
|
|
_OnProcessExited ( object sender, System e ) : void |
Removes generated config file after process has run.
|
protected PrepareProcess ( |
||
process | Process. | |
Результат | void |
protected StartProcess ( ) : |
||
Результат |