Show / Hide Table of Contents

Interface IRuntimePlatform

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

Namespace: Couchbase.Lite.DI
Assembly: Couchbase.Lite.dll
Syntax
public interface IRuntimePlatform

Properties

| Improve this Doc View Source

HardwareName

Gets the name of the device that is running the program, if possible

Declaration
string HardwareName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OSDescription

Gets the operating system name and version (and possibly other info)

Declaration
string OSDescription { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX