DeviceStatus Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Info.DeviceStatus

Namespace:  Microsoft.Phone.Info
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public NotInheritable Class DeviceStatus
public static class DeviceStatus
public ref class DeviceStatus abstract sealed
[<AbstractClass>]
[<Sealed>]
type DeviceStatus =  class end

The DeviceStatus type exposes the following members.

Properties

  Name Description
Public propertyStatic member ApplicationCurrentMemoryUsage
Public propertyStatic member ApplicationMemoryUsageLimit
Public propertyStatic member ApplicationPeakMemoryUsage
Public propertyStatic member DeviceFirmwareVersion
Public propertyStatic member DeviceHardwareVersion
Public propertyStatic member DeviceManufacturer
Public propertyStatic member DeviceName
Public propertyStatic member DeviceTotalMemory
Public propertyStatic member IsKeyboardDeployed
Public propertyStatic member IsKeyboardPresent
Public propertyStatic member PowerSource

Top

Events

  Name Description
Public eventStatic member KeyboardDeployedChanged
Public eventStatic member PowerSourceChanged

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Info Namespace