IEnv Interface
Namespace: NextDesign.Desktop
Description
Provides access to the application execution environment.
Belonging Area
| Name | Description |
|---|---|
| Global | A set of APIs to access the extension execution environment and execution status. |
Property
| Name | Description |
|---|---|
| AppName | Application name |
| Language | Current language of the application (Japanese: "ja", English: "en") |
| Locale | Current locale of the application (Japanese: "ja", English: "en") |
| MachineId | Identifier to identify the computer |
| Path | Path to the application's executable file |
| ProcessId | Identifier to identify the running process |
| SchemaVersion | Schema version of the application |
| Version | Version of the application |