Click or drag to resize

ShellExtensionRegistrar Class

IT Hit User File System
Provides shell namespace extension registration functionality for the virtual file system.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.Windows.ShellExtensionShellExtensionRegistrar

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public static class ShellExtensionRegistrar

The ShellExtensionRegistrar type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRegisteredPackages
Returns collection of registered packages with COM handlers for specified CLSID.
Public methodStatic memberIsHandlerRegistered
Determines if a handler with a specified CLSID is registered in the system.
Public methodStatic memberRegisterHandler
Registers shell service provider COM class as well as registers it for sync root.
Public methodStatic memberUnregisterHandler
Unregisters shell service provider COM class.
Top
See Also