DebugStringOptions Enumeration (original) (raw)

Syntax

[FlagsAttribute()] public enum DebugStringOptions

[FlagsAttribute()] public enum class DebugStringOptions

Members

Value Member Description
0x00000000 None Default behavior, which is write to the 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.

Leadtools.Dicom.Common Assembly