NotifyEventArgs Methods |
The NotifyEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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(Action<IntPtr>) | Overloaded.
Allocates a buffer, runs the specified action and free the buffer.
(Defined by Extensions.) |
![]() | WithPointer<T>(Func<IntPtr, T>) | Overloaded.
Allocates a buffer, runs the specified function and free the buffer.
(Defined by Extensions.) |