DebugStringOptions Enumeration

Summary
Debug options used with DebugString
Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DebugStringOptions   
<FlagsAttribute()> 
Public Enum DebugStringOptions  
[FlagsAttribute()] 
public enum class DebugStringOptions   
Members
ValueMemberDescription
0x00000000None Default behavior, which is write to the subscribed TraceListeners.
0x00000001ShowCounter Display a counter that is incremented after each call.
0x00000002ResetCounter Reset the counter to 0.
0x00000004WriteConsole Additionally, write to the console window.
0x00000008NoWriteDebug Do not write to the subscribed TraceListeners.
Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.