System.Diagnostics.TraceEventCache.Callstack Property

Gets the call stack for the current thread.

Syntax

public string Callstack { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TraceEventCache.Callstack property gets the call stack from the Environment.StackTrace property of the Environment class. The property value lists method calls in reverse chronological order. That is, the most recent method call is described first. One line of stack trace information is listed for each method call on the stack. For more information, see Environment.StackTrace.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0