EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Spezifikationen Seite 202

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 304
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 201
CHAPTER 7: Integrating External Libraries ExternalObject object 202
ExternalObject class properties
The ExternalObject class provides these static properties:
ExternalObject class function
The ExternalObject class provides this static function to help debug problems with loading libraries as
external objects:
ExternalObject instance function
log
Boolean Set to true to write status information to standard output (the
JavaScript Console in the ExtendScript Toolkit). Set to false to turn
logging off. Default is false.
searchFolders
String A set of alternate paths in which to search for the shared library files, a
single string with multiple path specifications delimited by semicolons
(
;). Paths can be absolute or relative to the Folder.startup location.
Default value is:
X In Windows, "Plugins;Plug-Ins;."
X
In Mac OS,
"Plugins;Plug-Ins;Frameworks;.;../../../Plugins;
../../../Plug-ins;../../../Frameworks;../../..;"
X
In UNIX, "Plugins;Plug-Ins;plugins;."
version
Number The version of the library, as returned by ESGetVersion().
search()
ExternalObject.search (spec)
spec
String. The file specification for the compiled library, with or without path information.
Reports whether a compiled C/C++ library can be found, but does not load it. If logging is on, the
paths searched are reported to the JavaScript Console in the ExtendScript Toolkit.
Returns true if the library is found, false otherwise.
terminate()
ExternalObject_obj.terminate ()
Explicitly shuts down the ExternalObject dynamic library wrapped by this instance.
It can be helpful to force a shutdown of the external library if termination of external libraries during
the shutdown of the hosting application does not occur in the correct order.
Returns
undefined.
Seitenansicht 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 303 304

Kommentare zu diesen Handbüchern

Keine Kommentare