Skip to content

06f9f75f aabf 8374 ed6c 3a1000172e3f

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

SystemConsoleWrapper.interlock Field

This field holds the instance of the internal synchronization object.

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 readonly Object interlock

Field Value

Type: Object

Remarks

Writing data into a console window should be thread-safely locked. For this purpose this object is used.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.Attach()
SystemConsoleWrapper.Detach()
SystemConsoleWrapper.Write(String)

Clone this wiki locally