Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

c# command line parameters

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