C# Class StaticAnalysis.DependencyAnalyzer.SharedAssemblyConflict

Record to indicate a difference in assembly file versions for shared assemblies with the same assembly version. This could result in unexpected behavior, depending on the assembly load order.
Inheritance: IReportRecord
Mostra file Open project: Azure/azure-powershell

Public Methods

Method Description
FormatRecord ( ) : string
Match ( IReportRecord other ) : bool
Parse ( string line ) : IReportRecord
PrintHeaders ( ) : string
ToString ( ) : string

Method Details

FormatRecord() public method

public FormatRecord ( ) : string
return string

Match() public method

public Match ( IReportRecord other ) : bool
other IReportRecord
return bool

Parse() public method

public Parse ( string line ) : IReportRecord
line string
return IReportRecord

PrintHeaders() public method

public PrintHeaders ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string