GameModeConfiguration.AffinitizeToExclusiveCpus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CPUs are exclusive to the game’s process not shared with other processes.
public:
property bool AffinitizeToExclusiveCpus { bool get(); void set(bool value); };
bool AffinitizeToExclusiveCpus();
void AffinitizeToExclusiveCpus(bool value);
public bool AffinitizeToExclusiveCpus { get; set; }
var boolean = gameModeConfiguration.affinitizeToExclusiveCpus;
gameModeConfiguration.affinitizeToExclusiveCpus = boolean;
Public Property AffinitizeToExclusiveCpus As Boolean
Property Value
Boolean
bool
Windows requirements
App capabilities |
gameList
|
Remarks
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.