Class IpcOperatingSystem
Represents the operating system running on the IPC. Provides properties to retrieve OS version information, build number, CSD version, and system uptime.
public class IpcOperatingSystem
- Inheritance
-
IpcOperatingSystem
- Inherited Members
Properties
BuildNumber
OS Build Number
public uint BuildNumber { get; }
Property Value
CSDVersion
OS CSD Version
public string CSDVersion { get; }
Property Value
MajorVersion
OS Major Version
public uint MajorVersion { get; }
Property Value
MinorVersion
OS Minor Version
public uint MinorVersion { get; }
Property Value
UpTimeSeconds
Uptime in seconds
public ulong UpTimeSeconds { get; }