menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackTracer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StackTracer

    Represents a class that helps to traces the stacks and saves information about it.

    Inheritance
    System.Object
    StackTracer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class StackTracer

    Constructors

    StackTracer()

    Declaration
    public StackTracer()

    Methods

    AddStack(StackTrace)

    Adds stack to the collection.

    Declaration
    public void AddStack(StackTrace stackTrace)
    Parameters
    Type Name Description
    System.Diagnostics.StackTrace stackTrace

    Stack trace.

    RemoveStack(StackTrace)

    Removes stack from the collection.

    Declaration
    public void RemoveStack(StackTrace stackTrace)
    Parameters
    Type Name Description
    System.Diagnostics.StackTrace stackTrace

    Stack trace.

    SaveStacks(String)

    Saves the information about stacks.

    Declaration
    public void SaveStacks(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    Name of file to write to.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved