C# Class Microsoft.CodeAnalysis.Sarif.Run

Inheritance: ISarifNode
Mostra file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method Description
DeepClone ( ) : Run

Creates a deep copy of this instance.

Run ( ) : System

Initializes a new instance of the Run class.

Run ( Run other ) : System

Initializes a new instance of the Run class from the specified instance.

Run ( Tool tool, Invocation invocation, FileData>.IDictionary files, LogicalLocation>.IDictionary logicalLocations, IEnumerable results, IEnumerable toolNotifications, IEnumerable configurationNotifications, Rule>.IDictionary rules, string id, string stableId, string automationId, string baselineId, string architecture ) : System

Initializes a new instance of the Run class from the supplied values.

ValueEquals ( Run other ) : bool
ValueGetHashCode ( ) : int

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Tool tool, Invocation invocation, FileData>.IDictionary files, LogicalLocation>.IDictionary logicalLocations, IEnumerable results, IEnumerable toolNotifications, IEnumerable configurationNotifications, Rule>.IDictionary rules, string id, string stableId, string automationId, string baselineId, string architecture ) : void

Method Details

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : Run
return Run

Run() public method

Initializes a new instance of the Run class.
public Run ( ) : System
return System

Run() public method

Initializes a new instance of the Run class from the specified instance.
/// Thrown if is null. ///
public Run ( Run other ) : System
other Run /// The instance from which the new instance is to be initialized. ///
return System

Run() public method

Initializes a new instance of the Run class from the supplied values.
public Run ( Tool tool, Invocation invocation, FileData>.IDictionary files, LogicalLocation>.IDictionary logicalLocations, IEnumerable results, IEnumerable toolNotifications, IEnumerable configurationNotifications, Rule>.IDictionary rules, string id, string stableId, string automationId, string baselineId, string architecture ) : System
tool Tool /// An initialization value for the property. ///
invocation Invocation /// An initialization value for the property. ///
files FileData>.IDictionary /// An initialization value for the property. ///
logicalLocations LogicalLocation>.IDictionary /// An initialization value for the property. ///
results IEnumerable /// An initialization value for the property. ///
toolNotifications IEnumerable /// An initialization value for the property. ///
configurationNotifications IEnumerable /// An initialization value for the property. ///
rules Rule>.IDictionary /// An initialization value for the property. ///
id string /// An initialization value for the property. ///
stableId string /// An initialization value for the property. ///
automationId string /// An initialization value for the property. ///
baselineId string /// An initialization value for the property. ///
architecture string /// An initialization value for the property. ///
return System

ValueEquals() public method

public ValueEquals ( Run other ) : bool
other Run
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int