The IWinApplicationParams interface contains properties that return values of the parameters, with which the application is started.
| Property name | Brief description | |
| Count | The Count property returns the number of parameters, with which the platform is started. | |
| Item | The Item property returns parameter value, with which the application is started. | |
| ParamIndex | The ParamIndex property returns key index in the input parameters array, using which the platform is started. | |
| ParamValue | The ParamValue property returns parameters of the key passed by the input parameter. |
See also:
Ui Assembly Interfaces | Launching Platform from the Command Line Using Keys