C# Class StaticAnalysis.DependencyAnalyzer.ExtraAssembly

Record for reporting assemblies that are not used by a Cmdlet assembly or its dependencies
Inheritance: IReportRecord
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
FormatRecord ( ) : string
Match ( IReportRecord other ) : bool
Parse ( string line ) : IReportRecord
PrintHeaders ( ) : string
ToString ( ) : string

Method Details

FormatRecord() public méthode

public FormatRecord ( ) : string
Résultat string

Match() public méthode

public Match ( IReportRecord other ) : bool
other IReportRecord
Résultat bool

Parse() public méthode

public Parse ( string line ) : IReportRecord
line string
Résultat IReportRecord

PrintHeaders() public méthode

public PrintHeaders ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string