How do I generate COM interop proxies into C# source code?

后端 未结 2 798
[愿得一人]
[愿得一人] 2021-01-18 16:00

This questions is a follow up on an answer by Paul Alexander to the question \"Should interop assemblies be signed?\".

Depending on how complex your I

2条回答
  •  离开以前
    2021-01-18 16:17

    I do not know simpler way, and extract interface descriptions via Reflector. However in VS 2010 Microsoft will do this for you automatically.

提交回复
热议问题