ShutdownKind 列挙型

定義

固定目的モードで実行するデバイスに対して実行できるシャットダウンの種類について説明します。

public enum class ShutdownKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 65536)]
enum class ShutdownKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 65536)]
public enum ShutdownKind
var value = Windows.System.ShutdownKind.shutdown
Public Enum ShutdownKind
継承
ShutdownKind
属性

Windows の要件

デバイス ファミリ
Windows IoT Extension SDK (10.0.10240.0 で導入)
API contract
Windows.System.SystemManagementContract (v1.0 で導入)

フィールド

Restart 1

固定目的のデバイスをシャットダウンしてから、デバイスを再起動します。

Shutdown 0

デバイスを再起動せずに、固定目的のデバイスをシャットダウンします。

適用対象

こちらもご覧ください