Click or drag to resize

ComServerUnregisterComObject Method (RegistrationMode, Type)

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,
	Type type
)

Parameters

mode
Type: callback.ShellBoost.CoreRegistrationMode
The registration mode.
type
Type: SystemType
The type.
Exceptions
ExceptionCondition
ArgumentNullExceptiontype is null.
See Also