Click or drag to resize

ComServerUnregisterComObject Method (RegistrationMode, Guid)

Unregisters a COM object.

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

Parameters

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