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 的调用将在运行时失败。