Dumps the field widths of each attribute associated with a trace event.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public string DumpFieldWidths()
public string DumpFieldWidths()
Public Function DumpFieldWidths As String
Public Function DumpFieldWidths As String
public:
String^ DumpFieldWidths()
public:
String^ DumpFieldWidths()
Return Value
String representation of the field widths.
The field widths, settable by properties of this class,
are a secondary means for enabling/disabling the output options
specifiable in
TraceOutputOptions,
and a primary means for several other options.
Note that DumpFieldWidths will indicate the final field widths,
taking into account both width properties and TraceOutputOptions,
so even if, e.g. ThreadIdLength is set to 8,
if it is not activated in TraceOutputOptions, DumpFieldWidths
will report zero.