TestimoX

API Reference

Class

SystemRuntimeQueryRequest

Namespace ComputerX.Runtime
Assembly ComputerX
Modifiers sealed

Request parameters for system runtime queries.

Inheritance

  • Object
  • SystemRuntimeQueryRequest

Constructors

public SystemRuntimeQueryRequest() #

Properties

public String ComputerName { get; set; } #

Optional target computer name.

public Boolean IncludeOperatingSystemSummary { get; set; } #

Include OperatingSystemInfo in the result.

public Boolean IncludeOperatingSystemDetail { get; set; } #

Include OsInfo in the result.

public Boolean IncludeComputerSystem { get; set; } #

Include ComputerSystemInfo in the result.

public Boolean IncludeBios { get; set; } #

Include BiosInfo in the result.

public Boolean IncludeBaseBoard { get; set; } #

Include BaseBoardInfo in the result.