 | NotificationHelperUnregisterComServer Method |
[This is preliminary documentation and is subject to change.]
Unregister COM server in the registry.
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic static void UnregisterComServer(
Type activatorType
)
Public Shared Sub UnregisterComServer (
activatorType As Type
)
public:
static void UnregisterComServer(
Type^ activatorType
)
static member UnregisterComServer :
activatorType : Type -> unit
Parameters
- activatorType
- Type: SystemType
Notification activator type
See Also