I have an ancient COM object written in VB, and I want to extract its interface(s) to rebuild things in C#.

I tried to add it to a solution, and I can see all the interfaces in Object browser. But how to extract things? There a lots of functions, so I'd rather do things automatically.

I had hoped I could just rightclick the Interop and select "Extract Interfaces"...