Use this component to get information about changes in the file system (copy, move or delete operations) and other changes relevant for shell operations. The Directory property decides which part of the shell namespace will be watched for changes.
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| ShellChangeNotifier()()() |
Initializes a new instance of the ShellChangeNotifier class.
| |
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) | |
| Change |
This event is fired when a change event was fired from the system for one of the monitored paths in the Directories property.
| |
| Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) | |
| CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) | |
| Directories |
The directories to receive change notifications for. Leave empty to receive change notifications for the whole file system.
| |
| Dispose(Boolean) |
Remove reference to the ChangeNotifierCallBackForm
(Overrides Component.Dispose(Boolean).) | |
| Dispose()()() |
Releases all resources used by the Component.
(Inherited from Component.) | |
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.) | |
| Enabled |
Set to true to enable listening to change notifications.
| |
| Equals(Object) | (Inherited from Object.) | |
| EventFilter |
Allows to define which shell change events should be reported.
| |
| Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) | |
| Finalize()()() |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLifetimeService()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetService(Type) | (Inherited from Component.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitializeLifetimeService()()() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnChange(NotificationEvents, String, String) |
Fires the OnChange event, when something happened in the monitored directories.
| |
| OnChangePIDL(NotificationEvents, ItemIdList, ItemIdList) |
Fires the OnChange event, when something happened in the monitored directories.
| |
| Recursive |
Set to true, if change notifications for subfolders are desired as well.
| |
| Restart()()() |
Restarts the change notifier if it is already started
| |
| SendChangeNotify(NotificationEvents, String) |
Sends a shell change notification to the system that informs other processes about a achange.
| |
| ShellNotifyRegister(ItemIdList, Boolean) |
Registers the given ItemIdList in order to receive change notifications for it.
| |
| ShellNotifyUnregister(UInt32) |
Unregisters the saved handle to receive no more change notifications.
| |
| Site | (Inherited from Component.) | |
| Start()()() |
Starts monitoring the paths in the Directories property
| |
| Stop()()() |
Stops monitoring the paths in the Directories property
| |
| ToString()()() |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
| Object | |||
| MarshalByRefObject | |||
| Component | |||
| ShellChangeNotifier | |||