4.1. System/Platform ObjectsΒΆ
On most systems there are common tasks which nearly every application will want to do, like clicking on the Start Menu in Windows. These classes provide convenient wrappers for those tasks.
- 4.1.1. Abstract System Objects
Platform
WindowsSafeModeImpl
test()
WindowsPlatform
WindowsPlatform.allow_through_firewall()
WindowsPlatform.expand_program_menu()
WindowsPlatform.get_resolution()
WindowsPlatform.handle_uac()
WindowsPlatform.handle_uac_creds()
WindowsPlatform.handle_uac_unfocused()
WindowsPlatform.handle_uac_yes()
WindowsPlatform.open_run_dialog()
WindowsPlatform.save_as()
WindowsPlatform.try_config()
CentOS7Platform
AndroidPlatform
- 4.1.2. Concrete System Objects