C# Class Microsoft.CodeAnalysis.Sarif.StackFrame

A stack frame of a SARIF stack.
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Свойство Type Description
CreateFullyQualifiedName string
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Create() public static méthode

Creates a SARIF StackFrame instance from a .NET StackFrame instance
public static Create ( System dotNetStackFrame ) : StackFrame
dotNetStackFrame System
Résultat StackFrame

DeepClone() public méthode

Creates a deep copy of this instance.
public DeepClone ( ) : StackFrame
Résultat StackFrame

StackFrame() public méthode

Initializes a new instance of the StackFrame class.
public StackFrame ( ) : System
Résultat System

StackFrame() public méthode

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. ///
Résultat System

StackFrame() public méthode

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. ///
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ValueEquals() public méthode

public ValueEquals ( StackFrame other ) : bool
other StackFrame
Résultat bool

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int