C# Class Microsoft.CodeAnalysis.Sarif.PhysicalLocation

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 ( ) : 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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, Region region ) : void

Method Details

DeepClone() public méthode

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

PhysicalLocation() public méthode

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

PhysicalLocation() public méthode

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

PhysicalLocation() public méthode

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

ValueEquals() public méthode

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

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int