Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行中のアプリケーションが複数ある場合は、最近使用したものを取得する必要があります。Process を使用してアプリの実行中のすべてのインスタンスを見つけることができることはわかっていますが、このリストから最近使用されたインスタンスを見つける方法を教えてください。
Zオーダーウィンドウ を使用して他の解決策を見つけました Windowsでzオーダーを取得するには?
Process クラスの Process.StartTime プロパティを使用して、最近開始されたインスタンスを確認します。