Table of Contents

Class IpcOperatingSystem

Namespace
TwinSharp.IPC
Assembly
TwinSharp.dll

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

uint

CSDVersion

OS CSD Version

public string CSDVersion { get; }

Property Value

string

MajorVersion

OS Major Version

public uint MajorVersion { get; }

Property Value

uint

MinorVersion

OS Minor Version

public uint MinorVersion { get; }

Property Value

uint

UpTimeSeconds

Uptime in seconds

public ulong UpTimeSeconds { get; }

Property Value

ulong