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

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

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