Click or drag to resize

HandlerRegisterOutOfProcess Method

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

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

Parameters

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