C# 클래스 BExplorer.Shell.ShellNotificationListener

Listens for notifications of changes in the Windows Shell Namespace.
상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
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