C# 클래스 Microsoft.CodeAnalysis.Sarif.ConvertToSarif.Program

파일 보기 프로젝트 열기: Microsoft/sarif-sdk

공개 메소드들

메소드 설명
Main ( string args ) : int

The entry point for the SARIF file format conversion utility.

RunConvertFile ( ConvertOptions convertOptions ) : int

메소드 상세

Main() 공개 정적인 메소드

The entry point for the SARIF file format conversion utility.
public static Main ( string args ) : int
args string Arguments passed in from the tool's command line.
리턴 int

RunConvertFile() 공개 정적인 메소드

public static RunConvertFile ( ConvertOptions convertOptions ) : int
convertOptions ConvertOptions
리턴 int