Create Out-Of-Process COM in C#/.Net?

前端 未结 9 804
无人共我
无人共我 2020-11-29 02:23

I need to create an out-of-process COM server (.exe) in C# that will be accessed by multiple other processes on the same box. The component has to be a single process becaus

9条回答
  •  离开以前
    2020-11-29 02:35

    The official answer is in KB article How to develop an out-of-process COM component by using Visual C++, Visual C#, or Visual Basic .NET.

提交回复
热议问题