GameModeConfiguration GameModeConfiguration GameModeConfiguration GameModeConfiguration Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
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.

public : sealed class GameModeConfiguration : IGameModeConfigurationpublic sealed class GameModeConfiguration : IGameModeConfigurationPublic NotInheritable Class GameModeConfiguration Implements IGameModeConfiguration// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0) Windows Mobile Extension SDK (introduced v10.0.16257.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)

Properties

AffinitizeToExclusiveCpus AffinitizeToExclusiveCpus AffinitizeToExclusiveCpus AffinitizeToExclusiveCpus

Prerelease. 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.

public : PlatForm::Boolean AffinitizeToExclusiveCpus { get; set; }public bool AffinitizeToExclusiveCpus { get; set; }Public ReadWrite Property AffinitizeToExclusiveCpus As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

CpuExclusivityMaskHigh CpuExclusivityMaskHigh CpuExclusivityMaskHigh CpuExclusivityMaskHigh

Prerelease. 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.

public : IReference<int> CpuExclusivityMaskHigh { get; set; }public Nullable<int> CpuExclusivityMaskHigh { get; set; }Public ReadWrite Property CpuExclusivityMaskHigh As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

CpuExclusivityMaskLow CpuExclusivityMaskLow CpuExclusivityMaskLow CpuExclusivityMaskLow

Prerelease. 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.

public : IReference<int> CpuExclusivityMaskLow { get; set; }public Nullable<int> CpuExclusivityMaskLow { get; set; }Public ReadWrite Property CpuExclusivityMaskLow As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

IsEnabled IsEnabled IsEnabled IsEnabled

Prerelease. 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.

public : PlatForm::Boolean IsEnabled { get; set; }public bool IsEnabled { get; set; }Public ReadWrite Property IsEnabled As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

MaxCpuCount MaxCpuCount MaxCpuCount MaxCpuCount

Prerelease. 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.

public : IReference<int> MaxCpuCount { get; set; }public Nullable<int> MaxCpuCount { get; set; }Public ReadWrite Property MaxCpuCount As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

PercentGpuMemoryAllocatedToGame PercentGpuMemoryAllocatedToGame PercentGpuMemoryAllocatedToGame PercentGpuMemoryAllocatedToGame

Prerelease. 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.

public : IReference<int> PercentGpuMemoryAllocatedToGame { get; set; }public Nullable<int> PercentGpuMemoryAllocatedToGame { get; set; }Public ReadWrite Property PercentGpuMemoryAllocatedToGame As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

PercentGpuMemoryAllocatedToSystemCompositor PercentGpuMemoryAllocatedToSystemCompositor PercentGpuMemoryAllocatedToSystemCompositor PercentGpuMemoryAllocatedToSystemCompositor

Prerelease. 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.

public : IReference<int> PercentGpuMemoryAllocatedToSystemCompositor { get; set; }public Nullable<int> PercentGpuMemoryAllocatedToSystemCompositor { get; set; }Public ReadWrite Property PercentGpuMemoryAllocatedToSystemCompositor As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

PercentGpuTimeAllocatedToGame PercentGpuTimeAllocatedToGame PercentGpuTimeAllocatedToGame PercentGpuTimeAllocatedToGame

Prerelease. 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.

public : IReference<int> PercentGpuTimeAllocatedToGame { get; set; }public Nullable<int> PercentGpuTimeAllocatedToGame { get; set; }Public ReadWrite Property PercentGpuTimeAllocatedToGame As Nullable<int>// You can use this property in JavaScript.
Value
IReference<int> Nullable<int> Nullable<int> Nullable<int>

RelatedProcessNames RelatedProcessNames RelatedProcessNames RelatedProcessNames

Prerelease. 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.

public : IVector<string> RelatedProcessNames { get; }public IList<string> RelatedProcessNames { get; }Public ReadOnly Property RelatedProcessNames As IList<string>// You can use this property in JavaScript.
Value
IVector<PlatForm::String> IList<string> IList<string> IList<string>

Methods

SaveAsync() SaveAsync() SaveAsync() SaveAsync()

Prerelease. 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.

public : IAsyncAction SaveAsync()public IAsyncAction SaveAsync()Public Function SaveAsync() As IAsyncAction// You can use this method in JavaScript.
Returns