C# Class mCleaner.Logics.Commands.LittleRegistryCleaner.Scanners.ApplicationSettings

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

Public Methods

Method Description
ApplicationSettings ( ) : System
Clean ( ) : void
Preview ( ) : void

Private Methods

Method Description
IsEmptyRegistryKey ( RegistryKey regKey ) : bool

Recursively goes through the registry keys and finds how many values there are

ScanRegistryKey ( RegistryKey root, string subkey ) : void

Method Details

ApplicationSettings() public method

public ApplicationSettings ( ) : System
return System

Clean() public method

public Clean ( ) : void
return void

Preview() public method

public Preview ( ) : void
return void