共用方式為


GameModeConfiguration.MaxCpuCount 屬性

定義

遊戲將使用的最大 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 會在運行時間失敗。

適用於