TestimoX

API Reference

Class

InstalledApplicationInfo

Namespace ComputerX.InstalledApplications
Assembly ComputerX

Represents an application installed on a machine.

Inheritance

  • Object
  • InstalledApplicationInfo

Constructors

public InstalledApplicationInfo() #

Properties

public String ComputerName { get; set; } #

Computer where the application is installed.

public String Name { get; set; } #

Display name of the application.

public String Version { get; set; } #

Application version.

public String Publisher { get; set; } #

Publisher name.

public Nullable<DateTime> InstallDate { get; set; } #

Installation date when known.