C# 클래스 Microsoft.CodeAnalysis.Sarif.Converters.ToolFileConverterBase

Base class for tool file converters. Encapsulates the common logic for populating the logicalLocations dictionary.
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( Stream input, IResultLogWriter output ) : void

보호된 메소드들

메소드 설명
AddLogicalLocation ( LogicalLocation logicalLocation ) : string
AddLogicalLocation ( LogicalLocation logicalLocation, string delimiter ) : string
ToolFileConverterBase ( ) : System

메소드 상세

AddLogicalLocation() 보호된 메소드

protected AddLogicalLocation ( LogicalLocation logicalLocation ) : string
logicalLocation LogicalLocation
리턴 string

AddLogicalLocation() 보호된 메소드

protected AddLogicalLocation ( LogicalLocation logicalLocation, string delimiter ) : string
logicalLocation LogicalLocation
delimiter string
리턴 string

Convert() 공개 추상적인 메소드

public abstract Convert ( Stream input, IResultLogWriter output ) : void
input Stream
output IResultLogWriter
리턴 void

ToolFileConverterBase() 보호된 메소드

protected ToolFileConverterBase ( ) : System
리턴 System