/ Published in: C#
It can use this in any place of its application, not only main () like in an application of console is limited its use in the method.
Expand |
Embed | Plain Text
string[] args = Environment.GetCommandLineArgs(); foreach(string arg in args){ // Your Things }
You need to login to post a comment.
