Click or drag to resize

ComServerRegisterNetFrameworkInprocessComObject Method

Registers an in-process .NET Framework COM object.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void RegisterNetFrameworkInprocessComObject(
	RegistrationMode mode,
	Type type,
	string assemblyPath = null
)

Parameters

mode
Type: callback.ShellBoost.CoreRegistrationMode
The registration mode.
type
Type: SystemType
The type.
assemblyPath (Optional)
Type: SystemString
The assembly path.
Exceptions
ExceptionCondition
ArgumentNullExceptiontype is null.
See Also