C# Класс Microsoft.CodeAnalysis.Sarif.SarifLog

Наследование: ISarifNode
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : void

Описание методов

DeepClone() публичный Метод

Creates a deep copy of this instance.
public DeepClone ( ) : SarifLog
Результат SarifLog

SarifLog() публичный Метод

Initializes a new instance of the SarifLog class.
public SarifLog ( ) : System
Результат System

SarifLog() публичный Метод

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. ///
Результат System

SarifLog() публичный Метод

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. ///
Результат System

ValueEquals() публичный Метод

public ValueEquals ( SarifLog other ) : bool
other SarifLog
Результат bool

ValueGetHashCode() публичный Метод

public ValueGetHashCode ( ) : int
Результат int