C# Class Microsoft.CodeAnalysis.Sarif.SarifLog

Inheritance: ISarifNode
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Свойство Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Méthodes publiques

Méthode 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

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : void

Method Details

DeepClone() public méthode

Creates a deep copy of this instance.
public DeepClone ( ) : SarifLog
Résultat SarifLog

SarifLog() public méthode

Initializes a new instance of the SarifLog class.
public SarifLog ( ) : System
Résultat System

SarifLog() public méthode

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. ///
Résultat System

SarifLog() public méthode

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. ///
Résultat System

ValueEquals() public méthode

public ValueEquals ( SarifLog other ) : bool
other SarifLog
Résultat bool

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int