C# 클래스 MonoDevelop.StyleCop.SolutionAnalysisHandler

Class which handles the analysis type Solution.
상속: BaseAnalysisHandler
파일 보기 프로젝트 열기: DarkCloud14/MonoDevelop.StyleCop

공개 메소드들

메소드 설명
SolutionAnalysisHandler ( ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionAnalysisHandler class.

보호된 메소드들

메소드 설명
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Update availability of the StyleCop command for the selected solution in ProjectPad.

비공개 메소드들

메소드 설명
SolutionAnalysisHandler ( bool fullAnalysis ) : MonoDevelop.Components.Commands

Initializes a new instance of the SolutionAnalysisHandler class.

메소드 상세

SolutionAnalysisHandler() 공개 메소드

Initializes a new instance of the SolutionAnalysisHandler class.
public SolutionAnalysisHandler ( ) : MonoDevelop.Components.Commands
리턴 MonoDevelop.Components.Commands

Update() 보호된 메소드

Update availability of the StyleCop command for the selected solution in ProjectPad.
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo A
리턴 void