Class Callstack.Frame
Inheritance
Callstack.Frame
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Callstack.Frame
Properties
|
Edit this page
View Source
Column
Declaration
[ProtoMember(6)]
public int? Column { get; set; }
Property Value
|
Edit this page
View Source
FullFilename
Declaration
[ProtoMember(7)]
public string FullFilename { get; set; }
Property Value
|
Edit this page
View Source
Function
Declaration
[ProtoMember(3)]
public string Function { get; set; }
Property Value
|
Edit this page
View Source
Line
Declaration
[ProtoMember(5)]
public int? Line { get; set; }
Property Value
|
Edit this page
View Source
Module
Declaration
[ProtoMember(2)]
public string Module { get; set; }
Property Value
|
Edit this page
View Source
Package
Declaration
[ProtoMember(1)]
public string Package { get; set; }
Property Value
|
Edit this page
View Source
Parameters
Declaration
[ProtoMember(4)]
public List<string> Parameters { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeParameters()
Declaration
public bool ShouldSerializeParameters()
Returns