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

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

Private Properties

프로퍼티 타입 설명
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

공개 메소드들

메소드 설명
DeepClone ( ) : LogicalLocation

Creates a deep copy of this instance.

LogicalLocation ( ) : System

Initializes a new instance of the LogicalLocation class.

LogicalLocation ( LogicalLocation other ) : System

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

LogicalLocation ( string name, string parentKey, string kind ) : System

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

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

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string name, string parentKey, string kind ) : void

메소드 상세

DeepClone() 공개 메소드

Creates a deep copy of this instance.
public DeepClone ( ) : LogicalLocation
리턴 LogicalLocation

LogicalLocation() 공개 메소드

Initializes a new instance of the LogicalLocation class.
public LogicalLocation ( ) : System
리턴 System

LogicalLocation() 공개 메소드

Initializes a new instance of the LogicalLocation class from the specified instance.
/// Thrown if is null. ///
public LogicalLocation ( LogicalLocation other ) : System
other LogicalLocation /// The instance from which the new instance is to be initialized. ///
리턴 System

LogicalLocation() 공개 메소드

Initializes a new instance of the LogicalLocation class from the supplied values.
public LogicalLocation ( string name, string parentKey, string kind ) : System
name string /// An initialization value for the property. ///
parentKey string /// An initialization value for the property. ///
kind string /// An initialization value for the property. ///
리턴 System

ValueEquals() 공개 메소드

public ValueEquals ( LogicalLocation other ) : bool
other LogicalLocation
리턴 bool

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int