public ThreadDumpParameters()

in src/Program.cs [290:294]


        public ThreadDumpParameters(int pid, string threadDumpDir)
        {
            Pid = pid;
            ThreadDumpDir = threadDumpDir;
        }