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

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

Private Properties

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

공개 메소드들

메소드 설명
DeepClone ( ) : SarifLog

Creates a deep copy of this instance.

SarifLog ( ) : System

Initializes a new instance of the SarifLog class.

SarifLog ( SarifLog other ) : System

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

SarifLog ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : System

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

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

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : void

메소드 상세

DeepClone() 공개 메소드

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

SarifLog() 공개 메소드

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

SarifLog() 공개 메소드

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

SarifLog() 공개 메소드

Initializes a new instance of the SarifLog class from the supplied values.
public SarifLog ( Uri schemaUri, SarifVersion version, IEnumerable runs ) : System
schemaUri System.Uri /// An initialization value for the property. ///
version SarifVersion /// An initialization value for the property. ///
runs IEnumerable /// An initialization value for the property. ///
리턴 System

ValueEquals() 공개 메소드

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

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int