Property | Type | Description | |
---|---|---|---|
FullAnalysis | bool | ||
TypeOfAnalysis | AnalysisType |
Method | Description | |
---|---|---|
BaseAnalysisHandler ( AnalysisType analysisType ) : System.Collections.Generic |
Initializes a new instance of the BaseAnalysisHandler class.
|
|
BaseAnalysisHandler ( bool fullAnalysis, AnalysisType analysisType ) : System.Collections.Generic |
Initializes a new instance of the BaseAnalysisHandler class.
|
|
Run ( ) : void |
Starts or cancels a StyleCop analysis with the settings of it's child class.
|
|
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void |
Update availability of the StyleCop command for the selected project/projects in ProjectPad.
|
Method | Description | |
---|---|---|
Analyze ( ) : void |
Gathers the list of files to analyze and hands it to a ProjectOperation method which will kick off the worker thread.
|
protected BaseAnalysisHandler ( AnalysisType analysisType ) : System.Collections.Generic | ||
analysisType | AnalysisType | The type of analysis this class will run. |
return | System.Collections.Generic |
protected BaseAnalysisHandler ( bool fullAnalysis, AnalysisType analysisType ) : System.Collections.Generic | ||
fullAnalysis | bool | Set to true if StyleCop should run a full analysis, false otherwise. |
analysisType | AnalysisType | The type of analysis this class will run. |
return | System.Collections.Generic |
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void | ||
info | MonoDevelop.Components.Commands.CommandInfo | A |
return | void |