API Reference
Class
InstalledApplicationInfo
Represents an application installed on a machine.
Inheritance
- Object
- InstalledApplicationInfo
Constructors
public InstalledApplicationInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.