C# 클래스 MonoDevelop.StyleCop.ActiveDocumentAnalysisHandler

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

공개 메소드들

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

Initializes a new instance of the ActiveDocumentAnalysisHandler class.

보호된 메소드들

메소드 설명
Update ( CommandInfo info ) : void

Update availability of the StyleCop command for the active document.

메소드 상세

ActiveDocumentAnalysisHandler() 공개 메소드

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

Update() 보호된 메소드

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