C# Class MonoDevelop.StyleCop.ActiveDocumentAnalysisHandler

Class which handles the analysis type ActiveDocument.
Inheritance: BaseAnalysisHandler
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes publiques

Méthode Description
ActiveDocumentAnalysisHandler ( ) : MonoDevelop.Components.Commands

Initializes a new instance of the ActiveDocumentAnalysisHandler class.

Méthodes protégées

Méthode Description
Update ( CommandInfo info ) : void

Update availability of the StyleCop command for the active document.

Method Details

ActiveDocumentAnalysisHandler() public méthode

Initializes a new instance of the ActiveDocumentAnalysisHandler class.
public ActiveDocumentAnalysisHandler ( ) : MonoDevelop.Components.Commands
Résultat MonoDevelop.Components.Commands

Update() protected méthode

Update availability of the StyleCop command for the active document.
protected Update ( CommandInfo info ) : void
info CommandInfo A
Résultat void