クリックすると Windows がシャットダウンします C# 言語を使用して Windows 8.1 用のメトロ アプリを開発しています
ライブラリの使用
using System.Diagnostics; using System.Runtime.InteropServices;
アクションは
private void Button_Click(object sender, RoutedEventArgs e) { Process.Start("shutdown", "/s /t 0"); }
「プロセス」の赤いバー
では、なぜ Progress を読み取れなかったのでしょうか。他の方法はありますか。ありがとうございます。