C# Class BExplorer.Shell.ShellNotificationListener

Listens for notifications of changes in the Windows Shell Namespace.
Inheritance: System.ComponentModel.Component
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
ShellNotificationListener ( ) : System

Initializes a new instance of the ShellNotificationListener class.

ShellNotificationListener ( IContainer container ) : System

Initializes a new instance of the ShellNotificationListener class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Overrides the Component.Dispose(bool) method.

Method Details

Dispose() protected method

Overrides the Component.Dispose(bool) method.
protected Dispose ( bool disposing ) : void
disposing bool
return void

ShellNotificationListener() public method

Initializes a new instance of the ShellNotificationListener class.
public ShellNotificationListener ( ) : System
return System

ShellNotificationListener() public method

Initializes a new instance of the ShellNotificationListener class.
public ShellNotificationListener ( IContainer container ) : System
container IContainer
return System