VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WinTwain Namespace / TwainEnvironment Class / EnableDebugging Methods / EnableDebugging(String) Method
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    EnableDebugging(String) Метод (TwainEnvironment)
    В этом разделе
    Enables the debugging.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Sub EnableDebugging( _
    ByVal filename
    Debug information will be written to this file.
    As String _
    )
    public static void EnableDebugging(
    string filename
    )
    public: static void EnableDebugging(
    string* filename
    )
    public:
    static void EnableDebugging(
    string^ filename
    )

    Parameters

    filename
    Debug information will be written to this file.
    Исключения
    ИсключениеОписание
    Thrown if file is not accessible.
    Thrown if file does not have write access.
    Thrown if debugging is already enabled.
    Ремарки

    File must be accessible for writing.

    Debug information is added to the file, file is not truncated if it exists.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также