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

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

Private Properties

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

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

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

Creates a deep copy of this instance.

PhysicalLocation ( ) : System

Initializes a new instance of the PhysicalLocation class.

PhysicalLocation ( PhysicalLocation other ) : System

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

PhysicalLocation ( Uri uri, string uriBaseId, Region region ) : System

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

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

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

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, Region region ) : void

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

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

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

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

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

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

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

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

Initializes a new instance of the PhysicalLocation class from the supplied values.
public PhysicalLocation ( Uri uri, string uriBaseId, Region region ) : System
uri System.Uri /// An initialization value for the property. ///
uriBaseId string /// An initialization value for the property. ///
region Region /// An initialization value for the property. ///
Результат System

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

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

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

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