Click or drag to resize

SingleInstance Constructor

Initializes a new instance of the SingleInstance class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SingleInstance(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Name of the unique.
Exceptions
ExceptionCondition
ArgumentNullExceptionuniqueName is null.
See Also