BlipFace.Helpers.AutoStart.SetCurrentCommandLine C# (CSharp) Méthode

SetCurrentCommandLine() public méthode

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