Show / Hide Table of Contents

Class Callstack.Frame

Inheritance
object
Callstack.Frame
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
int?
| Edit this page View Source

FullFilename

Declaration
[ProtoMember(7)]
public string FullFilename { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Function

Declaration
[ProtoMember(3)]
public string Function { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Line

Declaration
[ProtoMember(5)]
public int? Line { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

Module

Declaration
[ProtoMember(2)]
public string Module { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Package

Declaration
[ProtoMember(1)]
public string Package { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Parameters

Declaration
[ProtoMember(4)]
public List<string> Parameters { get; set; }
Property Value
Type Description
List<string>

Methods

| Edit this page View Source

ShouldSerializeParameters()

Declaration
public bool ShouldSerializeParameters()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX