Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Class «system::Main»

The operating system main class.

  • system::Main

public: static api::System& getSystem();

Returns the operating system factory resource.

Returns:
the operating system interface.

public: static int32 main(::api::Kernel& kernel);

The method which will be stated first.

Parameters:
kernel — a kernel resources factory.

Returns:
error code or zero.

Back to class list