C# Class Microsoft.CodeAnalysis.Sarif.StackFrame

A stack frame of a SARIF stack.
Mostra file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
CreateFullyQualifiedName string
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method 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

Method 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 method

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

DeepClone() public method

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

StackFrame() public method

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

StackFrame() public method

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. ///
return System

StackFrame() public method

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. ///
return System

ToString() public method

public ToString ( ) : string
return string

ValueEquals() public method

public ValueEquals ( StackFrame other ) : bool
other StackFrame
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int