开发者

BindToMoniker Com application

开发者 https://www.devze.com 2023-03-18 03:13 出处:网络
I have a service running (Indesign server) and would like to use C# BindToMoniker method. InDesignServer.Application app = (InDesignServer.Application)System.Runtime.InteropServices.Marshal.BindToMon

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

0

精彩评论

暂无评论...
验证码 换一张
取 消