C# Class MonoDevelop.StyleCop.ActiveDocumentAnalysisHandler

Class which handles the analysis type ActiveDocument.
Inheritance: BaseAnalysisHandler
Mostra file Open project: DarkCloud14/MonoDevelop.StyleCop

Public Methods

Method Description
ActiveDocumentAnalysisHandler ( ) : MonoDevelop.Components.Commands

Initializes a new instance of the ActiveDocumentAnalysisHandler class.

Protected Methods

Method Description
Update ( CommandInfo info ) : void

Update availability of the StyleCop command for the active document.

Method Details

ActiveDocumentAnalysisHandler() public method

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

Update() protected method

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