Retrieving command line arguments

  • Thread starter Thread starter Dennis Myrén
  • Start date Start date
D

Dennis Myrén

System.Environment.CommandLine will return the raw input from the command
line.
 
Is there a way to retrieve command line arguments to my System.Windows.Forms
object OTHER THAN using the constructor Main( string args[] ) ?

Thanks in advance.
Chris Hough
 
Back
Top