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
Syntaxpublic 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