DebugString Method

Summary

Writes a debug message with options

Syntax
C#
VB
C++
public static void DebugString( 
   DebugStringOptions options, 
   string[] list 
) 
Public Shared Sub DebugString( _ 
   ByVal options As DebugStringOptions, _ 
   ByVal ParamArray list() As String _ 
)  
public: 
static void DebugString(  
   DebugStringOptions options, 
   ... array<String^>^ list 
)  

Parameters

options
Options used when writing the debug message

list
List of strings to include in the debug message

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly