C# Класс mCleaner.Logics.Commands.LittleRegistryCleaner.Scanners.ActiveXComObjects

Наследование: ScannerBase
Показать файл Открыть проект

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

Метод Описание
ActiveXComObjects ( ) : System
Clean ( ) : void
Preview ( ) : void

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

Метод Описание
IEToolbarIsValid ( string strGuid ) : bool

Checks if IE toolbar GUID is valid

InprocServerExists ( RegistryKey regKey ) : bool

Checks for inprocserver file

ScanAppIds ( RegistryKey root, string subkey ) : void

Looks for invalid references to AppIDs

ScanCLSIDSubKey ( RegistryKey root, string subkey ) : void
ScanClasses ( RegistryKey root, string subkey ) : void

Finds invalid File extensions + ProgIDs referenced

ScanExplorer ( ) : void

Finds invalid windows explorer entries

ValidateExplorerExt ( RegistryKey regKey ) : void
ValidateFileExt ( RegistryKey regKey ) : void
appExists ( string appName ) : bool

Sees if application exists

appidExists ( string appID ) : bool

Checks if the AppID exists

clsidExists ( string clsid ) : bool

Sees if the specified CLSID exists

progIDExists ( string progID ) : bool

Checks if the ProgID exists in Classes subkey

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

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

public ActiveXComObjects ( ) : System
Результат System

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

public Clean ( ) : void
Результат void

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

public Preview ( ) : void
Результат void