C# Class VSNDK.Tasks.MakeAllAndFormatOutputMessages

Inheritance: ICancelableTask
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Private Properties

Свойство Type Description
ErrorOutputHandler void
GetLongPathName int
StdOutputHandler void

Méthodes publiques

Méthode Description
Cancel ( ) : void

Perform Cancel Code

Execute ( ) : bool

Perform Task Execution

Private Methods

Méthode 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 méthode

Perform Cancel Code
public Cancel ( ) : void
Résultat void

Execute() public méthode

Perform Task Execution
public Execute ( ) : bool
Résultat bool