I have a .NET DLL and an associated TLB. The command line to register the DLL as a COM server is...
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\re gasm /codebase DgnChronographer.dll /tlbgnChronographer.tlb

I found the Register File Operation macro, but I don't see how to specify the /tlb and /codebase switches as shown above.

Regards, Jon Summers