C# Class Microsoft.Sarif.Viewer.Sarif.RunExtensions

Mostra file Open project: Microsoft/sarif-sdk

Private Properties

Property Type Description

Public Methods

Method Description
GetToolName ( this run ) : string
TryGetRule ( this run, string ruleId, string ruleKey, IRule &rule ) : bool

Method Details

GetToolName() public static method

public static GetToolName ( this run ) : string
run this
return string

TryGetRule() public static method

public static TryGetRule ( this run, string ruleId, string ruleKey, IRule &rule ) : bool
run this
ruleId string
ruleKey string
rule IRule
return bool