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

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

Private Properties

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

공개 메소드들

메소드 설명
Create ( string stackTrace ) : Stack

Creates a SARIF Stack instance from a .NET StackTrace text representation (as returned by StackTrace.ToString())

CreateStacks ( Exception exception ) : ISet

Create one or more Stack instances from a .NET exception. Captures inner exceptions and handles aggregated exceptions.

DeepClone ( ) : Stack

Creates a deep copy of this instance.

Stack ( ) : System

Initializes a new instance of the Stack class.

Stack ( Stack other ) : System

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

Stack ( StackTrace stackTrace ) : System

Creates a SARIF Stack instance from a .NET StackTrace instance

Stack ( string message, IEnumerable frames, SerializedPropertyInfo>.IDictionary properties ) : System

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

ToString ( ) : string
ToString ( StackFormat stackFormat ) : string
ValueEquals ( Stack other ) : bool
ValueGetHashCode ( ) : int

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string message, IEnumerable frames, SerializedPropertyInfo>.IDictionary properties ) : void

메소드 상세

Create() 공개 정적인 메소드

Creates a SARIF Stack instance from a .NET StackTrace text representation (as returned by StackTrace.ToString())
public static Create ( string stackTrace ) : Stack
stackTrace string
리턴 Stack

CreateStacks() 공개 정적인 메소드

Create one or more Stack instances from a .NET exception. Captures inner exceptions and handles aggregated exceptions.
public static CreateStacks ( Exception exception ) : ISet
exception System.Exception
리턴 ISet

DeepClone() 공개 메소드

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

Stack() 공개 메소드

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

Stack() 공개 메소드

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

Stack() 공개 메소드

Creates a SARIF Stack instance from a .NET StackTrace instance
public Stack ( StackTrace stackTrace ) : System
stackTrace StackTrace
리턴 System

Stack() 공개 메소드

Initializes a new instance of the Stack class from the supplied values.
public Stack ( string message, IEnumerable frames, SerializedPropertyInfo>.IDictionary properties ) : System
message string /// An initialization value for the property. ///
frames IEnumerable /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( StackFormat stackFormat ) : string
stackFormat StackFormat
리턴 string

ValueEquals() 공개 메소드

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

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int