C# 클래스 Microsoft.CodeAnalysis.Sarif.PhysicalLocation

상속: ISarifNode
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

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