TestimoX

API Reference

Class

OperatingSystem

Namespace ComputerX.OperatingSystem
Assembly ComputerX
Modifiers static

Convenience entry point for retrieving basic operating system information from the current computer or a specified remote computer.

Inheritance

  • Object
  • OperatingSystem

Methods

public static OperatingSystemInfo Get(String computer = null) #
Returns: OperatingSystemInfo

Gets a minimal snapshot of operating system information for the specified computer. When computer is null or empty, the local computer is used.

Parameters

computer System.String = null optionalposition: 0
Optional target computer name.

Returns

Resolved OperatingSystemInfo details.