Click or drag to resize

NotificationHelperRegisterComServer Method

[This is preliminary documentation and is subject to change.]

Register COM server in the registry.

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public static void RegisterComServer(
	Type activatorType,
	string executablePath,
	string arguments = null
)

Parameters

activatorType
Type: SystemType
Notification activator type
executablePath
Type: SystemString
Executable file path
arguments (Optional)
Type: SystemString
Arguments
Remarks
If the application is not running, this executable file will be started by COM.
See Also