Click or drag to resize

SingleInstanceMutex Property

Gets the single instance mutex.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Mutex Mutex { get; }

Property Value

Type: Mutex
The mutex.
See Also