mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
292 B
Markdown
15 lines
292 B
Markdown
---
|
|
title: IKeyman::SystemInfo Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::SystemInfo` property returns the Keyman
|
|
[`IKeymanSystemInfo`](../IKeymanSystemInfo) interface which describes
|
|
the current system configuration.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanSystemInfo* SystemInfo
|
|
```
|