回答編集履歴

1

コードの誤りを訂正

2020/10/17 08:22

投稿

Automatic9045
Automatic9045

スコア313

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  FileName = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "taskkill.exe"),
32
32
 
33
- Arguments = string.Format($"/PID {processId} /T /F"),
33
+ Arguments = $"/PID {processId} /T /F",
34
34
 
35
35
  CreateNoWindow = true,
36
36