問題タブ [windows-process]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Process Close Reason の情報を取得する
Windows で Application.exe を実行しているとします。他の誰かがタスク マネージャーなどを使用してプロセスを強制終了した場合、「プロセスが強制終了されました」とログに記録したいのですが、プロセス クロージャー情報を取得するにはどうすればよいですか? 検索結果は有用な情報を返しませんでした。C# と Windows のソリューションに興味があります。
System.Diagnostics.Process クラスにはExitCodeプロパティがあります。しかし、プロセスがすでに強制終了されている場合、どうすればそれを使用できますか?