Show / Hide Table of Contents

Interface IDeviceEnvironment

Represents an environment for an IDevice.

Inherited Members
IDeviceContainer.Device
IHasConnectionStatus.ConnectionStatus
Namespace: Microsoft.XboxStudios.DeviceConsole
Assembly: DeviceConsole.Abstractions.dll
Syntax
public interface IDeviceEnvironment : IDeviceContainer, IHasConnectionStatus

Properties

View Source

Name

Gets the name of the environment.

Declaration
string Name { get; }
Property Value
Type Description
string

Extension Methods

IHasConnectionStatusExtensions.IsConnected(IHasConnectionStatus)
  • View Source
In This Article
Back to top Generated by DocFX