Click or drag to resize

HandlerRegisterOutOfProcess Method

Registers this handler in the registry as Out-Of-Process.

Namespace:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void RegisterOutOfProcess(
	RegistrationMode mode,
	string assemblyPath = null
)

Parameters

mode
Type: callback.ShellBoost.CoreRegistrationMode
The registration mode.
assemblyPath (Optional)
Type: SystemString
The assembly path.
See Also