C# Класс PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.MessagesCollector

Class for analysing MSBuild's logs. Gets required for generation messages
Наследование: Microsoft.Build.Utilities.Logger
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( IEventSource eventSource ) : void
MessagesCollector ( MessagesParser generator ) : System.Collections.Generic
Shutdown ( ) : void

Защищенные методы

Метод Описание
OnLogFinished ( bool Succeeded ) : void
OnLogStarted ( ) : void
OnMSBuildProjectStarted ( ) : void

Приватные методы

Метод Описание
eventSource_BuildFinished ( object sender, Microsoft.Build.Framework.BuildFinishedEventArgs e ) : void
eventSource_BuildStarted ( object sender, Microsoft.Build.Framework.BuildStartedEventArgs e ) : void
eventSource_MessageRaised ( object sender, Microsoft.Build.Framework.BuildMessageEventArgs e ) : void
eventSource_ProjectFinished ( object sender, Microsoft.Build.Framework.ProjectFinishedEventArgs e ) : void
eventSource_ProjectStarted ( object sender, Microsoft.Build.Framework.ProjectStartedEventArgs e ) : void

Описание методов

Initialize() публичный Метод

public Initialize ( IEventSource eventSource ) : void
eventSource IEventSource
Результат void

MessagesCollector() публичный Метод

public MessagesCollector ( MessagesParser generator ) : System.Collections.Generic
generator MessagesParser
Результат System.Collections.Generic

OnLogFinished() защищенный Метод

protected OnLogFinished ( bool Succeeded ) : void
Succeeded bool
Результат void

OnLogStarted() защищенный Метод

protected OnLogStarted ( ) : void
Результат void

OnMSBuildProjectStarted() защищенный Метод

protected OnMSBuildProjectStarted ( ) : void
Результат void

Shutdown() публичный Метод

public Shutdown ( ) : void
Результат void