Click or drag to resize

ComServerUnregisterComObject Method (RegistrationMode, Guid)

Unregisters a COM object.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static void UnregisterComObject(
	RegistrationMode mode,
	Guid guid
)

Parameters

mode
Type: ShellBoost.CoreRegistrationMode
The registration mode.
guid
Type: SystemGuid
The COM object's CLSID.
Exceptions
ExceptionCondition
ArgumentNullExceptionrootKey is null.
See Also