ShutdownKind Enum

Definition

Describes the types of shutdown that you can perform for a device that runs in fixed-purpose mode.

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
Inheritance
ShutdownKind
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.System.SystemManagementContract (introduced in v1.0)

Fields

Restart 1

Shuts down the fixed-purpose device, then restarts the device.

Shutdown 0

Shuts down the fixed-purpose device without restarting the device.

Applies to

See also