C# Class Microsoft.CodeAnalysis.Sarif.SarifLog

Inheritance: ISarifNode
Exibir arquivo Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method Description
DeepClone ( ) : SarifLog

Creates a deep copy of this instance.

SarifLog ( ) : System

Initializes a new instance of the SarifLog class.

SarifLog ( SarifLog other ) : System

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

SarifLog ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : System

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

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

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : void

Method Details

DeepClone() public method

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

SarifLog() public method

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

SarifLog() public method

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

SarifLog() public method

Initializes a new instance of the SarifLog class from the supplied values.
public SarifLog ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : System
schemaUri System.Uri /// An initialization value for the property. ///
version SarifVersion /// An initialization value for the property. ///
runs IEnumerable /// An initialization value for the property. ///
return System

ValueEquals() public method

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

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int