CommandLineReader.GetCommandLineArgs C# (CSharp) Method

GetCommandLineArgs() public static method

public static GetCommandLineArgs ( ) : string[]
return string[]
    public static string[] GetCommandLineArgs()
    {
        return Environment.GetCommandLineArgs();
    }