| DesktopSystemgetCommandLineArguments Method  | 
 
                Retrieves the command line argument string that started App Desktop.
                
Requires administrator privileges.
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic void getCommandLineArguments(
	AckCallback callback,
	AckCallback errorCallback = null
)
Parameters
- callback
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called and passed the command 
                line arguments used to start App Desktop.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
 (Optional) A function that is called if the method fails.
                The reason for failure is passed as an argument.
 See Also
See Also