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 SourceHardwareName
Gets the name of the device that is running the program, if possible
Declaration
string HardwareName { get; }
Property Value
Type | Description |
---|---|
System.String |
OSDescription
Gets the operating system name and version (and possibly other info)
Declaration
string OSDescription { get; }
Property Value
Type | Description |
---|---|
System.String |