SystemParameters.IsSlowMachine 屬性

定義

取得值,指出電腦是否具有低階 (慢速) 處理器。

public:
 static property bool IsSlowMachine { bool get(); };
public static bool IsSlowMachine { [System.Security.SecurityCritical] get; }
public static bool IsSlowMachine { get; }
[<get: System.Security.SecurityCritical>]
static member IsSlowMachine : bool
static member IsSlowMachine : bool
Public Shared ReadOnly Property IsSlowMachine As Boolean

屬性值

如果電腦具有低階 (慢速) 處理器,則為 true;否則為 false

屬性

備註

對應至SM_SLOWMACHINE。 請參閱 GetSystemMetrics

XAML 屬性用法

<object property=「{ SystemParameters.IsSlowMachine } 」/>

適用於