This Keyword returns a <string>, the command line used to start the process.
The actual returned value is platform dependent.
Win32: Returns the actual command line parameters used to start the application.
Android: Returns the data of the intent that started the application. It's retrieved by calling android.content.Intent.getDataString().
Windows10: If the application was started with a protocol activation (this is ActivationKind.Protocol) it returns the activation Uri String, otherwise it returns an empty string.
|
|
Updated: 11/30/2017 2:12 PM
|