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. |