C# 클래스 StaticAnalysis.HelpAnalyzer.HelpAnalyzer

Static analyzer for PowerShell Help
상속: IStaticAnalyzer
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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