C# 클래스 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.
상속: IReportRecord
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
FormatRecord ( ) : string
Match ( IReportRecord other ) : bool
Parse ( string line ) : IReportRecord
PrintHeaders ( ) : string
ToString ( ) : string

메소드 상세

FormatRecord() 공개 메소드

public FormatRecord ( ) : string
리턴 string

Match() 공개 메소드

public Match ( IReportRecord other ) : bool
other IReportRecord
리턴 bool

Parse() 공개 메소드

public Parse ( string line ) : IReportRecord
line string
리턴 IReportRecord

PrintHeaders() 공개 메소드

public PrintHeaders ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string