BlipFace.Helpers.AutoStart.SetCurrentCommandLine C# (CSharp) 메소드

SetCurrentCommandLine() 공개 메소드

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