service Invocation in module com::sun::star::script::

(Global Index)

Syntax

service Invocation;

Description

factory service that allows construction of Invocation objects.

Invoke createInstanceWithArguments() of XSingleServiceFactory to create an Invocation adapter for your object; invoking createInstance() will fail.

Exported Interfaces

com::sun::star::lang::XSingleServiceFactory

Description

A factory supports this interface if the component which is created by this factory implements the service specification defined by the factory.


Top of Page