BindToMoniker Com application
I have a service running (Indesign server) and would like to use C# BindToMoniker method.
InDesignServer.Application app = (InDesignServer.Application)System.Runtime.InteropServices.Marshal.BindToMoniker(monikerName);
How do I get the moniker name from a program/servi开发者_如何学Pythonce?
Moniker name in this case is - configuration name of InDesign Server.
Configuration name is specified when you start the server process, for example:
InDesignServer.com -configuration myconfig
精彩评论