Click or drag to resize

HandlerRegisterInProcess Method

Registers this handler in the registry as In-Process.

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

Parameters

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