C# Class BExplorer.Shell.ShellNotificationListener

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

Méthodes publiques

Méthode Description
ShellNotificationListener ( ) : System

Initializes a new instance of the ShellNotificationListener class.

ShellNotificationListener ( IContainer container ) : System

Initializes a new instance of the ShellNotificationListener class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Overrides the Component.Dispose(bool) method.

Method Details

Dispose() protected méthode

Overrides the Component.Dispose(bool) method.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ShellNotificationListener() public méthode

Initializes a new instance of the ShellNotificationListener class.
public ShellNotificationListener ( ) : System
Résultat System

ShellNotificationListener() public méthode

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