c# Command Line Arguments
by brian on Apr.14, 2008, under .NET, Uncategorized, c#, coding
Here’s how you access the command line arguments:
string[] argv = Environment.GetCommandLineArgs();
No comments for this entry yet...
Leave a Reply
You must be logged in to post a comment.
