Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BindToMoniker Com application

Tags:

c#

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/service?

like image 423
user666423 Avatar asked Jul 19 '26 21:07

user666423


1 Answers

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

like image 174
Oleksii Zuiev Avatar answered Jul 22 '26 11:07

Oleksii Zuiev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!