GameModeConfiguration.MaxCpuCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遊戲將使用的最大 CPU 數目,這不能超過整個系統裝置處理器的邏輯核心總數
public:
property IReference<int> ^ MaxCpuCount { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> MaxCpuCount();
void MaxCpuCount(IReference<int> value);
public System.Nullable<int> MaxCpuCount { get; set; }
var iReference = gameModeConfiguration.maxCpuCount;
gameModeConfiguration.maxCpuCount = iReference;
Public Property MaxCpuCount As Nullable(Of Integer)
屬性值
Windows 需求
應用程式功能 |
gameList
|
備註
此 API 不適用於所有應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在運行時間失敗。