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

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

Private Properties

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

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

Метод Описание
DeepClone ( ) : Location

Creates a deep copy of this instance.

Location ( ) : System

Initializes a new instance of the Location class.

Location ( Location other ) : System

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

Location ( PhysicalLocation analysisTarget, PhysicalLocation resultFile, string fullyQualifiedLogicalName, string logicalLocationKey, string decoratedName, SerializedPropertyInfo>.IDictionary properties ) : System

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

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

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

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( PhysicalLocation analysisTarget, PhysicalLocation resultFile, string fullyQualifiedLogicalName, string logicalLocationKey, string decoratedName, SerializedPropertyInfo>.IDictionary properties ) : void

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

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

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

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

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

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

Initializes a new instance of the Location class from the specified instance.
/// Thrown if is null. ///
public Location ( Location other ) : System
other Location /// The instance from which the new instance is to be initialized. ///
Результат System

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

Initializes a new instance of the Location class from the supplied values.
public Location ( PhysicalLocation analysisTarget, PhysicalLocation resultFile, string fullyQualifiedLogicalName, string logicalLocationKey, string decoratedName, SerializedPropertyInfo>.IDictionary properties ) : System
analysisTarget PhysicalLocation /// An initialization value for the property. ///
resultFile PhysicalLocation /// An initialization value for the property. ///
fullyQualifiedLogicalName string /// An initialization value for the property. ///
logicalLocationKey string /// An initialization value for the property. ///
decoratedName string /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
Результат System

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

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

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

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