Show / Hide Table of Contents

Interface IDeviceContainer

Represents an object that contains an IDevice.

Namespace: Microsoft.XboxStudios.DeviceConsole
Assembly: DeviceConsole.Abstractions.dll
Syntax
public interface IDeviceContainer

Properties

View Source

Device

Gets the device.

Declaration
IDevice Device { get; }
Property Value
Type Description
IDevice
  • View Source
In This Article
Back to top Generated by DocFX