Click or drag to resize

ComServerCheckComRegistrationIsAvailable Method

Checks COM registration is available.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool CheckComRegistrationIsAvailable(
	RegistrationMode mode,
	bool throwOnError = true
)

Parameters

mode
Type: callback.ShellBoost.CoreRegistrationMode
The registration mode.
throwOnError (Optional)
Type: SystemBoolean
if set to true an error will be throw if COM registration is not available in this mode.

Return Value

Type: Boolean
true if it's available; false otherwise.
See Also