C# Class Microsoft.CodeAnalysis.Sarif.ConvertToSarif.Program

显示文件 Open project: Microsoft/sarif-sdk

Public Methods

Method Description
Main ( string args ) : int

The entry point for the SARIF file format conversion utility.

RunConvertFile ( ConvertOptions convertOptions ) : int

Method Details

Main() public static method

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.
return int

RunConvertFile() public static method

public static RunConvertFile ( ConvertOptions convertOptions ) : int
convertOptions ConvertOptions
return int