C#
VB
C++
Debug options used with DebugString
[FlagsAttribute()]
public enum DebugStringOptions
<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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET