C#
VB
C++
Writes a debug message with options
public static void DebugString(
DebugStringOptions options,
string[] list
)
Public Shared Sub DebugString( _
ByVal options As Leadtools.Dicom.Common.Extensions.DebugStringOptions, _
ByVal ParamArray list() As String _
)
public:
static void DebugString(
Leadtools.Dicom.Common.Extensions.DebugStringOptions options,
... array<String^>^ list
)
options
Options used when writing the debug message
list
List of strings to include in the debug message
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