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

interface XMain
Developers Guide
WritingUNO - The UNO Executable
WritingUNO - XMain
WritingUNO - Core Interfaces to Implement

Methods' Summary
run This method is called to run the component.  
Methods' Details
run
long
run( [in] sequence< string >  aArguments );

Description
This method is called to run the component.
Parameter aArguments
arguments passed to the component, i.e. the command line arguments
Returns
return value passed to be returned by main()
Top of Page