BlipFace.Helpers.AutoStart.SetCurrentCommandLine C# (CSharp) Method

SetCurrentCommandLine() public method

Sets the CommandlineParameters property to the commandlines with which the application was started
public SetCurrentCommandLine ( ) : void
return void
        public void SetCurrentCommandLine()
        {
            CommandlineParameters = string.Join(" ", Environment.GetCommandLineArgs());
        }