TestimoX

API Reference

Class

InstalledApplicationInfo

Namespace ComputerX.InstalledApplications
Assembly ComputerX

Represents an application installed on a machine.

Inheritance

  • Object
  • InstalledApplicationInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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.