I have a library that is to be registered for COM Interop:
%Windir%\Microsoft.NET\Framework\<version>\regasm MyTest.dll
%Windir%\Microsoft.NET\Framework64\<version>\regasm MyTest.dll
Now before doing so, I only want to find out whether the library is already registered for COM Interop, without changing the system configuration. How can I do so? Also, I want to find out whether other versions of the same library (newer and older) are already registered for COM Interop.
The official regasm manual page does now show any parameter that would only output whether a library is already registered.
