Skip to content

33fb8be6 bbae d26c da7d dc564c9e8fb7

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

SystemConsoleWrapper.GetWindowTitle Method

The method gets the title of current console window.

Namespace: Plexdata.LogWriter.Internals.Native.Windows
Assembly: Plexdata.LogWriter.Console.Windows (in Plexdata.LogWriter.Console.Windows.dll) Version: 1.0.7.1

Syntax

C#

private string GetWindowTitle()

Return Value

Type: String
The title of the console window or an empty string if no title is applied.

Remarks

Determine current console window title takes place by calling the corresponding Win32 native function.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.WindowTitle
SystemConsoleWrapper.SetWindowTitle(String)

Clone this wiki locally