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

A stack frame of a SARIF stack.
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

Private Properties

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

공개 메소드들

메소드 설명
Create ( System dotNetStackFrame ) : StackFrame

Creates a SARIF StackFrame instance from a .NET StackFrame instance

DeepClone ( ) : StackFrame

Creates a deep copy of this instance.

StackFrame ( ) : System

Initializes a new instance of the StackFrame class.

StackFrame ( StackFrame other ) : System

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

StackFrame ( string message, Uri uri, string uriBaseId, int line, int column, string module, int threadId, string fullyQualifiedLogicalName, string logicalLocationKey, int address, int offset, IEnumerable parameters, SerializedPropertyInfo>.IDictionary properties ) : System

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

ToString ( ) : string
ValueEquals ( StackFrame other ) : bool
ValueGetHashCode ( ) : int

비공개 메소드들

메소드 설명
CreateFullyQualifiedName ( MethodBase methodBase ) : string
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string message, Uri uri, string uriBaseId, int line, int column, string module, int threadId, string fullyQualifiedLogicalName, string logicalLocationKey, int address, int offset, IEnumerable parameters, SerializedPropertyInfo>.IDictionary properties ) : void

메소드 상세

Create() 공개 정적인 메소드

Creates a SARIF StackFrame instance from a .NET StackFrame instance
public static Create ( System dotNetStackFrame ) : StackFrame
dotNetStackFrame System
리턴 StackFrame

DeepClone() 공개 메소드

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

StackFrame() 공개 메소드

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

StackFrame() 공개 메소드

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

StackFrame() 공개 메소드

Initializes a new instance of the StackFrame class from the supplied values.
public StackFrame ( string message, Uri uri, string uriBaseId, int line, int column, string module, int threadId, string fullyQualifiedLogicalName, string logicalLocationKey, int address, int offset, IEnumerable parameters, SerializedPropertyInfo>.IDictionary properties ) : System
message string /// An initialization value for the property. ///
uri System.Uri /// An initialization value for the property. ///
uriBaseId string /// An initialization value for the property. ///
line int /// An initialization value for the property. ///
column int /// An initialization value for the property. ///
module string /// An initialization value for the property. ///
threadId int /// An initialization value for the property. ///
fullyQualifiedLogicalName string /// An initialization value for the property. ///
logicalLocationKey string /// An initialization value for the property. ///
address int /// An initialization value for the property. ///
offset int /// An initialization value for the property. ///
parameters IEnumerable /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValueEquals() 공개 메소드

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

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int