Click or drag to resize

ChangeNotifier Class

Listens to Windows Shell change notifications and raises events when a notification is received. Note events can arrive from any thread.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesChangeNotifier

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class ChangeNotifier : IDisposable

The ChangeNotifier type exposes the following members.

Constructors
  NameDescription
Public methodChangeNotifier
Initializes a new instance of the ChangeNotifier class.
Top
Properties
  NameDescription
Public propertyIdList
Gets the monitored PIDL. May be null.
Public propertyRegisterFlags
Gets or sets the register flags.
Public propertyTag
Gets or sets the tag, a custom arbitrary value that can be used to store anything.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Frees all resources associated with this instance.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnNotify
Called when a Windows Shell change notifications is received.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventNotify
Occurs when a Windows Shell change notifications is received. Note events can arrive from any thread.
Top
See Also