dSPACE COM tools
$ dotnet add package dscomA replacement for TypeLibConverter.ConvertTypeLibToAssembly, tlbexp.exe and OleView that runs with .NET >= 6.0.
The command-line interface (CLI) tools dcscom is a replacement for tlbexp.exe and OleView.
c:\> dotnet tool install --global dscom
c:\> dscom --help
Description:
dSPACE COM tools
Usage:
dscom [command] [options]
Options:
--version Show version information
-?, -h, --help Show help and usage information
Commands:
tlbexport <Assembly> Export the assembly to the specified type library
tlbdump <TypeLibrary> Dump a type library
tlbregister <TypeLibrary> Register a type library
tlbunregister <TypeLibrary> Unregister a type library