C# 클래스 MonoDevelop.StyleCop.RunStyleCopOnFileHandler

Class used to handle a single file from Stylecop
상속: RunStyleCopHandler
파일 보기 프로젝트 열기: franckleveque/Stylecop-Monodevelop-Addin

보호된 메소드들

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

Give list of files and projects to be treated by Stylecop

Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Update availability of command

메소드 상세

GetCodeProjectList() 보호된 메소드

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

Update() 보호된 메소드

Update availability of command
protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo /// A ///
리턴 void