C# Class VSNDK.Tasks.MakeAllAndFormatOutputMessages

Inheritance: ICancelableTask
Datei anzeigen Open project: blackberry/VSPlugin Class Usage Examples

Private Properties

Property Type Description
ErrorOutputHandler void
GetLongPathName int
StdOutputHandler void

Public Methods

Method Description
Cancel ( ) : void

Perform Cancel Code

Execute ( ) : bool

Perform Task Execution

Private Methods

Method Description
ErrorOutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void

Error Output Event Handler

GetLongPathName ( [ path, [ longPath, int longPathLength ) : int
StdOutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void

Standard Output Event Handler

Method Details

Cancel() public method

Perform Cancel Code
public Cancel ( ) : void
return void

Execute() public method

Perform Task Execution
public Execute ( ) : bool
return bool