Click or drag to resize

HandlerRegisterInProcess Method

Registers this handler in the registry as In-Process.

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

Parameters

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