Show / Hide Table of Contents

Class IDevicePowerExtensions

Extension methods for IDevice.

Inheritance
object
IDevicePowerExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Power
Assembly: DeviceConsole.Environments.dll
Syntax
public static class IDevicePowerExtensions

Methods

View Source

GetPowerEnvironment(IDevice, string?)

Gets the power environment with the specified name.

Declaration
public static IPowerEnvironment GetPowerEnvironment(this IDevice self, string? name = null)
Parameters
Type Name Description
IDevice self

The device context to use.

string name

The name of the file environment to get. If null, gets the default environment.

Returns
Type Description
IPowerEnvironment

The specified power environment.

View Source

GetSupportedPowerEnvironments(IDevice)

Gets the supported power environments for this device.

Declaration
public static IEnumerable<string> GetSupportedPowerEnvironments(this IDevice self)
Parameters
Type Name Description
IDevice self

The device context to use.

Returns
Type Description
IEnumerable<string>

An enumeration of supported power environment names.

  • View Source
In This Article
Back to top Generated by DocFX