Click or drag to resize

SystemSoftware Class

The System.Software properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemSoftware

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Software

The SystemSoftware type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppId
The System.Software.AppId property key. PropVariant type: VT_CLSID. .NET type: System.Guid. Shell name PKEY_Software_AppId.
Public propertyStatic memberComments
The System.Software.Comments property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_Comments. Display name Comments.
Public propertyStatic memberDateInstalled
The System.Software.DateInstalled property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Software_DateInstalled. Display name Installed on.
Public propertyStatic memberDateLastUsed
The System.Software.DateLastUsed property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Software_DateLastUsed. Display name Last used on.
Public propertyStatic memberHelpLink
The System.Software.HelpLink property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_HelpLink. Display name Help link.
Public propertyStatic memberInstallLocation
The System.Software.InstallLocation property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_InstallLocation. Display name Install location.
Public propertyStatic memberInstallSource
The System.Software.InstallSource property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_InstallSource. Display name Install source.
Public propertyStatic memberParentName
The System.Software.ParentName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_ParentName. Display name Parent name.
Public propertyStatic memberProductID
The System.Software.ProductID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_ProductID. Display name Product ID.
Public propertyStatic memberProductName
The System.Software.ProductName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_ProductName. Display name Product name.
Public propertyStatic memberProductVersion
The System.Software.ProductVersion property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_ProductVersion. Display name Product version.
Public propertyStatic memberPublisher
The System.Software.Publisher property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_Publisher. Display name Publisher.
Public propertyStatic memberReadMeUrl
The System.Software.ReadMeUrl property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_ReadMeUrl. Display name Readme location.
Public propertyStatic memberRegisteredCompany
The System.Software.RegisteredCompany property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_RegisteredCompany. Display name Registered company.
Public propertyStatic memberRegisteredOwner
The System.Software.RegisteredOwner property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_RegisteredOwner. Display name Registered owner.
Public propertyStatic memberSupportContactName
The System.Software.SupportContactName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_SupportContactName. Display name Support contact.
Public propertyStatic memberSupportTelephone
The System.Software.SupportTelephone property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_SupportTelephone. Display name Support phone.
Public propertyStatic memberSupportUrl
The System.Software.SupportUrl property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_SupportUrl. Display name Support link.
Public propertyStatic memberTasksFileUrl
The System.Software.TasksFileUrl property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_TasksFileUrl.
Public propertyStatic memberTimesUsed
The System.Software.TimesUsed property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Software_TimesUsed. Display name Number of times used.
Public propertyStatic memberUpdateInfoUrl
The System.Software.UpdateInfoUrl property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Software_UpdateInfoUrl. Display name Update information.
Top
See Also