Application.this

Constructor.

This constructor only setup the internal state of the class, but does not call any extension or user code. The application runs only when the main() method is called.

class Application
this
(
string name
,
string desc
)

Parameters

name string

name of the application

desc string

short description of the application

Meta