IKeymanSystemInfo Interface
Introduction
The IKeymanSystemInfo interface provides information about Keyman Engine and the environment.
Interface Hierarchy
Properties
EngineInstallPathread only- Returns the fully qualified path where Keyman Engine is installed.
EngineVersionread only- Returns the version of Keyman Engine currently installed.
IsAdministratorread only- Returns
Trueif Keyman Engine has sufficient privileges to install keyboards and perform tasks with elevated privileges.
RebootRequiredread only- Returns
Trueif a previous action performed through the Keyman Engine API cannot be completed until the system is restarted.
Methods
SetReboot()- Sets the reboot flag. This is typically used by Keyman Engine API internally but can also be set by a client process for their own reference.


