ChangeNotifyEntry Class |
Namespace: callback.ShellBoost.Core.Utilities
public class ChangeNotifyEntry : IWithIdList
The ChangeNotifyEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangeNotifyEntry |
Initializes a new instance of the ChangeNotifyEntry class.
|
Name | Description | |
---|---|---|
![]() | IdList |
The PIDL for which to receive notifications.
|
![]() | IsRecursive |
Indicates whether to post notifications for children of this PIDL. For example, if the PIDL points to a folder, then file notifications would come from the folder's children if this flag was true.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | OpenView |
Opens a Windows Explorer window.
(Defined by Extensions.) |
![]() | WithPointer(ActionIntPtr) | Overloaded.
Allocates a buffer, runs the specified action and free the buffer.
(Defined by Extensions.) |
![]() | WithPointerT(FuncIntPtr, T) | Overloaded.
Allocates a buffer, runs the specified function and free the buffer.
(Defined by Extensions.) |