API Reference
Class
SystemRuntimeInfo
Lightweight runtime details that are always available.
Inheritance
- Object
- SystemRuntimeInfo
Constructors
public SystemRuntimeInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String MachineName { get; set; } #Machine name used for the query.
public String OsPlatform { get; set; } #Operating system platform string.
public String OsVersion { get; set; } #Operating system version string.
public String OsDescription { get; set; } #Operating system description string.
public String FrameworkDescription { get; set; } #.NET runtime/framework description.
public String ProcessArchitecture { get; set; } #Process architecture.
public String OsArchitecture { get; set; } #OS architecture.
public Boolean Is64BitProcess { get; set; } #Indicates whether the current process is 64-bit.
public Boolean Is64BitOperatingSystem { get; set; } #Indicates whether the operating system is 64-bit.