C# 클래스 SnapshotDiff, 0install-dotnet

파일 보기 프로젝트 열기: 0install/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