Answers

Question and Answer:

  Home  WPF

⟩ How to command-line arguments be retrieved in a WPF application?

The most preferred method for this is to call System.Environment.GetCommandLineArgs at any random point in the application.

 179 views

More Questions for you: