public sealed class WindowsApplication : IMessage<Inventory.Types.WindowsApplication>, IEquatable<Inventory.Types.WindowsApplication>, IDeepCloneable<Inventory.Types.WindowsApplication>, IBufferMessage, IMessage
Contains information about a Windows application as retrieved from the Windows Registry. For more information about these fields, see
Windows Installer Properties for the Uninstall Registry{: class="external" }
Implements
IMessage<Inventory.Types.WindowsApplication>, IEquatable<Inventory.Types.WindowsApplication>, IDeepCloneable<Inventory.Types.WindowsApplication>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
WindowsApplication()
public WindowsApplication()
WindowsApplication(Inventory.Types.WindowsApplication)
public WindowsApplication(Inventory.Types.WindowsApplication other)
Parameter | |
---|---|
Name | Description |
other | Inventory.Types.WindowsApplication |
Properties
DisplayName
public string DisplayName { get; set; }
The name of the application or product.
Property Value | |
---|---|
Type | Description |
String |
DisplayVersion
public string DisplayVersion { get; set; }
The version of the product or application in string format.
Property Value | |
---|---|
Type | Description |
String |
HelpLink
public string HelpLink { get; set; }
The internet address for technical support.
Property Value | |
---|---|
Type | Description |
String |
InstallDate
public Date InstallDate { get; set; }
The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
Property Value | |
---|---|
Type | Description |
Date |
Publisher
public string Publisher { get; set; }
The name of the manufacturer for the product or application.
Property Value | |
---|---|
Type | Description |
String |