Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# command line parameters

string[] arguments = Environment.GetCommandLineArgs();
// gets you the full info of the application statring parameters
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #command #line #parameters
ADD COMMENT
Topic
Name
4+9 =