Skip to content

608e0ff0 1f61 12b7 e8ed fa7c3cf7ab81

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

SystemConsoleWrapper.Instance Property

Gets the singleton instance of this class.

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

Syntax

C#

public static SystemConsoleWrapper Instance { get; }

Property Value

Type: SystemConsoleWrapper
An instance of this class that can be used from everywhere.

Remarks

Using a singleton instance is necessary to ensure that only one console window exists and it remains open over this whole live time.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace

Clone this wiki locally