Skip to content

a16505b5 be15 68b1 2e1c 5bfe0ee945f6

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

SystemConsoleWrapper.References Property

Gets current number of referenced instances.

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 int References { get; private set; }

Property Value

Type: Int32
The number of instances that are currently attached.

Remarks

The number of references is incremented during an attach operation and is decremented when detaching takes place.

See Also

Reference

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

Clone this wiki locally