 | 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)
Syntaxpublic static void RegisterComServer(
Type activatorType,
string executablePath,
string arguments = null
)
Public Shared Sub RegisterComServer (
activatorType As Type,
executablePath As String,
Optional arguments As String = Nothing
)
public:
static void RegisterComServer(
Type^ activatorType,
String^ executablePath,
String^ arguments = nullptr
)
static member RegisterComServer :
activatorType : Type *
executablePath : string *
?arguments : string
(* Defaults:
let _arguments = defaultArg arguments null
*)
-> unit
Parameters
- activatorType
- Type: SystemType
Notification activator type - executablePath
- Type: SystemString
Executable file path - arguments (Optional)
- Type: SystemString
Arguments
RemarksIf the application is not running, this executable file will be started by COM.
See Also