You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usingSystem;classSample{publicstaticvoidMain(){Console.WriteLine();// Invoke this sample with an arbitrary set of command line arguments.String[]arguments=Environment.GetCommandLineArgs();Console.WriteLine("GetCommandLineArgs: {0}",String.Join(", ",arguments));}}/*This example produces output like the following: C:\>GetCommandLineArgs ARBITRARY TEXT GetCommandLineArgs: GetCommandLineArgs, ARBITRARY, TEXT*/
The text was updated successfully, but these errors were encountered:
See: https://msdn.microsoft.com/en-us/library/system.environment.getcommandlineargs(v=vs.110).aspx
The text was updated successfully, but these errors were encountered: