Click or drag to resize

IRuntimePlatform Interface

An interface for getting OS and hardware information from a runtime platform

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public interface IRuntimePlatform

The IRuntimePlatform type exposes the following members.

Properties
  NameDescription
Public propertyHardwareName
Gets the name of the device that is running the program, if possible
Public propertyOSDescription
Gets the operating system name and version (and possibly other info)
Top
See Also