Click or drag to resize

ComServerCheckComRegistrationIsAvailable Method

Checks COM registration is available.

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

Parameters

mode
Type: 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