Skip to content

4564b375 4fd8 b657 f623 c33da63a5185

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

SystemConsoleWrapper.MustDetach Property

Gets the state if the console window must be detached.

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 bool MustDetach { get; private set; }

Property Value

Type: Boolean
True if a console window must be detached and false if not.

Remarks

This property is actually an internal management value and might be therefore not really relevant for an external caller. Just to point out, this property will never become true as long as the current process is already a console application.

See Also

Reference

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

Clone this wiki locally