C# Class BuildMonitor.BuildEventProcessor

Afficher le fichier Open project: Microsoft/WinObjC Class Usage Examples

Méthodes publiques

Méthode Description
BeginIslandWoodBuild ( ) : void
BuildEventProcessor ( DTE dte, IVsSolution solution, bool microsoftInternalUser ) : System

Initializes a new instance of the BuildMonitor class.

HasIslandwoodProjects ( ) : bool
SendErrorDetails ( IVsTaskList errorList ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
ParseAndScrubErrorMessage ( string message ) : string
ParseProjectGuid ( Project project ) : System.Guid
ProcessTaskListItem ( IVsTaskItem taskListItem ) : void
ScrubMessagePrivateInfo ( StringBuilder message, Regex matcher ) : StringBuilder
SetBuildConfig ( ) : void

Method Details

BeginIslandWoodBuild() public méthode

public BeginIslandWoodBuild ( ) : void
Résultat void

BuildEventProcessor() public méthode

Initializes a new instance of the BuildMonitor class.
public BuildEventProcessor ( DTE dte, IVsSolution solution, bool microsoftInternalUser ) : System
dte DTE
solution IVsSolution
microsoftInternalUser bool
Résultat System

HasIslandwoodProjects() public méthode

public HasIslandwoodProjects ( ) : bool
Résultat bool

SendErrorDetails() public méthode

public SendErrorDetails ( IVsTaskList errorList ) : System.Threading.Tasks.Task
errorList IVsTaskList
Résultat System.Threading.Tasks.Task