:: com :: sun :: star :: mozilla ::

interface XProxyRunner
Description
is the interface run Mozilla XPCOM code in a managered environment
See also
XProfileDiscover, MozillaBootstrap

Methods' Summary
Run attempts to Run XPCOM code in a managered environment  
Methods' Details
Run
long
Run( [in] XCodeProxy  aCode );

Description
attempts to Run XPCOM code in a managered environment
Parameter aCode
is a com:sun:star:mozilla:XCodeProxy object to be run.
Returns
the error code, is 0 when no error happened.
Top of Page