Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace : DebugStringOptions Enumeration |
[FlagsAttribute()] public enum DebugStringOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum DebugStringOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As DebugStringOptions
[FlagsAttribute()] public enum class DebugStringOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Default behavior, which is write to thr subscribed TraceListeners. |
0x00000001 | ShowCounter | Display a counter that is incremented after each call. |
0x00000002 | ResetCounter | Reset the counter to 0. |
0x00000004 | WriteConsole | Additionally, write to the console window. |
0x00000008 | NoWriteDebug | Do not write to the subscribed TraceListeners. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.Extensions.DebugStringOptions