1
我有一個服務正在運行(Indesign服務器)並且想使用C#BindToMoniker方法。BindToMoniker Com應用程序
InDesignServer.Application app =(InDesignServer.Application)System.Runtime.InteropServices.Marshal.BindToMoniker(monikerName);
如何從程序/服務中獲取綽號名稱?