Class Callstack.Frame
Inheritance
System.Object
Callstack.Frame
Assembly: CycloneDX.Core.dll
Syntax
public class Frame : object
Properties
|
Improve this Doc
View Source
Column
Declaration
public int? Column { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
FullFilename
Declaration
public string FullFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Function
Declaration
public string Function { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Line
Declaration
public int? Line { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Module
Declaration
public string Module { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Package
Declaration
public string Package { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Parameters
Declaration
public List<string> Parameters { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeParameters()
Declaration
public bool ShouldSerializeParameters()
Returns
Type |
Description |
System.Boolean |
|