C# 클래스 MonoDevelop.StyleCop.RunStyleCopHandler

Class used to handle Stylecop functions
상속: MonoDevelop.Components.Commands.CommandHandler
파일 보기 프로젝트 열기: franckleveque/Stylecop-Monodevelop-Addin

공개 메소드들

메소드 설명
RunStyleCopHandler ( ) : System

Initializes a new instance of the RunStyleCopHandler class.

보호된 메소드들

메소드 설명
GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List

Give list of files and projects to be treated by Stylecop

Run ( ) : void

Run the stylecop analyse on the file

비공개 메소드들

메소드 설명
OnOutputGenerated ( object sender, Microsoft.StyleCop.OutputEventArgs args ) : void

Generate an output message for Stylecop informations messages

OnViolationEncountered ( object sender, Microsoft.StyleCop.ViolationEventArgs args ) : void

Reports violations encountered by stylecop to the error pad

메소드 상세

GetCodeProjectList() 보호된 추상적인 메소드

Give list of files and projects to be treated by Stylecop
protected abstract GetCodeProjectList ( Microsoft.StyleCop.StyleCopConsole console ) : List
console Microsoft.StyleCop.StyleCopConsole /// A which defines the console which will treat the files ///
리턴 List

Run() 보호된 메소드

Run the stylecop analyse on the file
protected Run ( ) : void
리턴 void

RunStyleCopHandler() 공개 메소드

Initializes a new instance of the RunStyleCopHandler class.
public RunStyleCopHandler ( ) : System
리턴 System