ComServerRegisterNetFrameworkInprocessComObject Method |
Registers an in-process .NET Framework COM object.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic static void RegisterNetFrameworkInprocessComObject(
RegistrationMode mode,
Type type,
string assemblyPath = null
)
Parameters
- mode
- Type: ShellBoost.CoreRegistrationMode
The registration mode. - type
- Type: SystemType
The type. - assemblyPath (Optional)
- Type: SystemString
The assembly path.
Exceptions
See Also