C# Класс SnapshotDiff, 0install-dotnet

Показать файл Открыть проект

Открытые методы

Метод Описание
CollectDefaultPrograms ( CommandMapper, commandMapper, CapabilityList, capabilities, string? &appName ) : void

Collects data about default programs.

Приватные методы

Метод Описание
GetInstallCommands ( RegistryKey, clientKey, string installationDir ) : InstallCommands,

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

Описание методов

CollectDefaultPrograms() публичный Метод

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.
Результат void