C# Class Rubberduck.Inspections.Inspector

Inheritance: IInspector, IDisposable
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FindIssuesAsync ( RubberduckParserState state, CancellationToken token ) : Task>
Inspector ( IGeneralConfigService configService, IEnumerable inspections ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ConfigServiceLanguageChanged ( object sender, EventArgs e ) : void
UpdateInspectionSeverity ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FindIssuesAsync() public méthode

public FindIssuesAsync ( RubberduckParserState state, CancellationToken token ) : Task>
state Rubberduck.Parsing.VBA.RubberduckParserState
token System.Threading.CancellationToken
Résultat Task>

Inspector() public méthode

public Inspector ( IGeneralConfigService configService, IEnumerable inspections ) : System
configService IGeneralConfigService
inspections IEnumerable
Résultat System