C# Class SnapshotDiff, 0install-dotnet

Afficher le fichier Open project: 0install/0install-dotnet

Méthodes publiques

Méthode Description
CollectDefaultPrograms ( CommandMapper, commandMapper, CapabilityList, capabilities, string? &appName ) : void

Collects data about default programs.

Private Methods

Méthode 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 méthode

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.
Résultat void