C# 클래스 Microsoft.Sarif.Viewer.ErrorList.ErrorListService

파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance ErrorListService

공개 메소드들

메소드 설명
ProcessLogFile ( string filePath, ToolFormat toolFormat = ToolFormat.None ) : void

비공개 메소드들

메소드 설명
ErrorListService ( ) : System
GetResult ( Run run, Result result, string logFilePath ) : SarifErrorListItem
ProcessSarifLog ( SarifLog sarifLog, string logFilePath ) : void
WriteRunToErrorList ( Run run, string logFilePath ) : void

메소드 상세

ProcessLogFile() 공개 정적인 메소드

public static ProcessLogFile ( string filePath, ToolFormat toolFormat = ToolFormat.None ) : void
filePath string
toolFormat ToolFormat
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ErrorListService,Microsoft.Sarif.Viewer.ErrorList Instance
리턴 ErrorListService