C# Class mCleaner.ViewModel.ViewModel_Uninstaller

Inheritance: ViewModelBase
ファイルを表示 Open project: MicroHealthLLC/mCleaner

Public Methods

Method Description
Command_CloseWindow_Click ( ) : void
Command_Refresh_Click ( ) : void
Command_ShowUninstaller_Click ( ) : void
Command_UninstallProgram_Click ( ) : void
GetInstalledPrograms ( ) : void
ViewModel_Uninstaller ( ) : System

Private Methods

Method Description
ExtractAssociatedIcon ( IntPtr hInst, StringBuilder lpIconPath, ushort &lpiIcon ) : IntPtr
ExtractIcon ( IntPtr hInst, string lpszExeFileName, int nIconIndex ) : IntPtr
GetInstalledProgramsFromRegistry ( RegistryView registryView ) : void
IsProgramVisible ( RegistryKey subkey ) : bool

Method Details

Command_CloseWindow_Click() public method

public Command_CloseWindow_Click ( ) : void
return void

Command_Refresh_Click() public method

public Command_Refresh_Click ( ) : void
return void

Command_ShowUninstaller_Click() public method

public Command_ShowUninstaller_Click ( ) : void
return void

Command_UninstallProgram_Click() public method

public Command_UninstallProgram_Click ( ) : void
return void

GetInstalledPrograms() public method

public GetInstalledPrograms ( ) : void
return void

ViewModel_Uninstaller() public method

public ViewModel_Uninstaller ( ) : System
return System