TraceOptions Fields
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies trace data options to be written to the trace output.
The following tables list the members exposed by the TraceOptions type.
| Name | Description | |
|---|---|---|
![]() ![]() | Callstack | Write the call stack, which is represented by the return value of the Environment.StackTrace property. |
![]() ![]() | DateTime | Write the date and time. |
![]() ![]() | LogicalOperationStack | Write the logical operation stack, which is represented by the return value of the CorrelationManager.LogicalOperationStack property. |
![]() ![]() | None | Do not write any elements. |
![]() ![]() | ProcessId | Write the process identity, which is represented by the return value of the Process.Id property. |
![]() ![]() | ThreadId | Write the thread identity, which is represented by the return value of the Thread.ManagedThreadId property for the current thread. |
![]() ![]() | Timestamp | Write the timestamp, which is represented by the return value of the GetTimeStamp() method. |
