Class OS
Represents the operating system the user agent runs on
Inherited Members
Namespace:FubarDev.WebDavServer.Utils.UAParser
Assembly:FubarDev.WebDavServer.dll
Syntax
public sealed class OS
Constructors
| Improve this Doc View SourceOS(String, String, String, String, String)
Constructs an OS instance
Declaration
public OS(string family, string major, string minor, string patch, string patchMinor)
Parameters
Type | Name | Description |
---|---|---|
String | family | |
String | major | |
String | minor | |
String | patch | |
String | patchMinor |
Properties
| Improve this Doc View SourceFamily
The familiy of the OS
Declaration
public string Family { get; }
Property Value
Type | Description |
---|---|
String |
Major
The major version of the OS, if available
Declaration
public string Major { get; }
Property Value
Type | Description |
---|---|
String |
Minor
The minor version of the OS, if available
Declaration
public string Minor { get; }
Property Value
Type | Description |
---|---|
String |
Patch
The patch version of the OS, if available
Declaration
public string Patch { get; }
Property Value
Type | Description |
---|---|
String |
PatchMinor
The minor patch version of the OS, if available
Declaration
public string PatchMinor { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceToString()
A readable description of the OS
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |