ILNumerics Ultimate VS

WMIProcessorPowerManagementSupported Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Boolean indicating that the Device can be power managed - ie, put into a power save state. This boolean does not indicate that power management features are currently enabled, or if enabled, what features are supported. Refer to the PowerManagementCapabilities array for this information. If this boolean is false, the integer value 1, for the string, "Not Supported", should be the only entry in the PowerManagementCapabilities array.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public Nullable<bool> PowerManagementSupported { get; }

Property Value

Type: NullableBoolean
Remarks

[ILNumerics Core Module]

See Also

Reference