C# Класс StaticAnalysis.HelpAnalyzer.HelpAnalyzer

Static analyzer for PowerShell Help
Наследование: IStaticAnalyzer
Показать файл Открыть проект

Открытые методы

Метод Описание
Analyze ( IEnumerable scopes ) : void

Given a set of directory paths containing PowerShell module folders, analyze the help in the module folders and report any issues

GetAnalysisReport ( ) : AnalysisReport

These methods will be added in a new work item that has enhancements for Static Analysis tool

HelpAnalyzer ( ) : System

Приватные методы

Метод Описание
IStaticAnalyzer ( IEnumerable cmdletProbingDirs, Func directoryFilter, bool>.Func cmdletFilter ) : void

These methods will be added in a new work item that has enhancements for Static Analysis tool

IsAssemblyFile ( string path ) : bool
ValidateHelpRecords ( IList cmdlets, IList helpRecords, ReportLogger helpLogger ) : void

Описание методов

Analyze() публичный Метод

Given a set of directory paths containing PowerShell module folders, analyze the help in the module folders and report any issues
public Analyze ( IEnumerable scopes ) : void
scopes IEnumerable
Результат void

GetAnalysisReport() публичный Метод

These methods will be added in a new work item that has enhancements for Static Analysis tool
public GetAnalysisReport ( ) : AnalysisReport
Результат AnalysisReport

HelpAnalyzer() публичный Метод

public HelpAnalyzer ( ) : System
Результат System