←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly