In .NET, we can easily access split command line arguments in a string array from the argument of Main(string[]) or Environment.GetCommandLineArgs()
Main(string[])
Environment.GetCommandLineArgs()
Try using: Environment.CommandLine
Environment.CommandLine