API Reference
Class
OperatingSystem
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:
OperatingSystemInfoGets 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
- Optional target computer name.
Returns
Resolved OperatingSystemInfo details.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object