When importing a COM library (either directly from tlbimp or indirectly with a visual studio link dialog), is there a way to generate C # source code instead of the binary interop assembly, for example, Interop.Word.dll?
UPD: a reflector is a bad idea. The problem is that for the com interface this is not only a signature, but also the order of the members. Reflector violates this order
user595809
source
share