C# Class Microsoft.CodeAnalysis.Sarif.PhysicalLocation

Inheritance: ISarifNode
Show file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method 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

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, Region region ) : void

Method Details

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : PhysicalLocation
return PhysicalLocation

PhysicalLocation() public method

Initializes a new instance of the PhysicalLocation class.
public PhysicalLocation ( ) : System
return System

PhysicalLocation() public method

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. ///
return System

PhysicalLocation() public method

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. ///
return System

ValueEquals() public method

public ValueEquals ( PhysicalLocation other ) : bool
other PhysicalLocation
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int