C# Class SnapshotDiff, 0install-dotnet

显示文件 Open project: 0install/0install-dotnet

Public Methods

Method Description
CollectDefaultPrograms ( CommandMapper, commandMapper, CapabilityList, capabilities, string? &appName ) : void

Collects data about default programs.

Private Methods

Method Description
GetInstallCommands ( RegistryKey, clientKey, string installationDir ) : InstallCommands,

Retrieves commands the application registered for use by Windows' "Set Program Access and Defaults".

Method Details

CollectDefaultPrograms() public method

Collects data about default programs.
There was an error accessing the registry. Read access to the registry was not permitted.
public CollectDefaultPrograms ( CommandMapper, commandMapper, CapabilityList, capabilities, string? &appName ) : void
commandMapper CommandMapper, Provides best-match command-line to mapping.
capabilities CapabilityList, The capability list to add the collected data to.
appName string? Is set to the name of the application as displayed to the user; unchanged if the name was not found.
return void