C# Класс BExplorer.Shell.ShellNotificationListener

Listens for notifications of changes in the Windows Shell Namespace.
Наследование: System.ComponentModel.Component
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ShellNotificationListener ( ) : System

Initializes a new instance of the ShellNotificationListener class.

ShellNotificationListener ( IContainer container ) : System

Initializes a new instance of the ShellNotificationListener class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Overrides the Component.Dispose(bool) method.

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

Dispose() защищенный Метод

Overrides the Component.Dispose(bool) method.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Initializes a new instance of the ShellNotificationListener class.
public ShellNotificationListener ( ) : System
Результат System

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

Initializes a new instance of the ShellNotificationListener class.
public ShellNotificationListener ( IContainer container ) : System
container IContainer
Результат System