-
Notifications
You must be signed in to change notification settings - Fork 0
a16505b5 be15 68b1 2e1c 5bfe0ee945f6
Axel Kesseler edited this page Mar 1, 2023
·
15 revisions
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
C#
public int References { get; private set; }
Type: Int32
The number of instances that are currently attached.
The number of references is incremented during an attach operation and is decremented when detaching takes place.
SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace