How can I find which Silverlight OOB app is running?
If I get a list of processes, the SL OOB apps are running under the sllauncher.exe process. They are invoked with arguments with the ID of the SL app, but I can't see the arguments in Process.StartInfo.Arguments.
Is there a way to see what app is actually running under sllauncher.exe?