C# 클래스 Rubberduck.Inspections.Inspector

상속: IInspector, IDisposable
파일 보기 프로젝트 열기: retailcoder/Rubberduck 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FindIssuesAsync ( RubberduckParserState state, CancellationToken token ) : Task>
Inspector ( IGeneralConfigService configService, IEnumerable inspections ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConfigServiceLanguageChanged ( object sender, EventArgs e ) : void
UpdateInspectionSeverity ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FindIssuesAsync() 공개 메소드

public FindIssuesAsync ( RubberduckParserState state, CancellationToken token ) : Task>
state Rubberduck.Parsing.VBA.RubberduckParserState
token System.Threading.CancellationToken
리턴 Task>

Inspector() 공개 메소드

public Inspector ( IGeneralConfigService configService, IEnumerable inspections ) : System
configService IGeneralConfigService
inspections IEnumerable
리턴 System