IApplicationExtension.preRun

Function executed before the program runs.

interface IApplicationExtension
void
preRun
(,
istring[] args
)

Parameters

app IApplication

the application instance that will run

args istring[]

command line arguments used to invoke the application

Meta