Click or drag to resize

HandlerUnregister Method

Unregisters this handler from the registry.

Namespace:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void Unregister(
	RegistrationMode mode
)

Parameters

mode
Type: callback.ShellBoost.CoreRegistrationMode
The registration mode.
See Also