LocalFileSystemNotifyShell Method |
Notifies the shell of an event.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void NotifyShell(
SHCNE evt,
string fullPath,
bool force = false,
bool ensureSTA = false
)
Parameters
- evt
- Type: ShellBoost.Core.WindowsShellSHCNE
The event. - fullPath
- Type: SystemString
The full path. - force (Optional)
- Type: SystemBoolean
if set to true notify the Shell even if NotifyShell is set to false. - ensureSTA (Optional)
- Type: SystemBoolean
if set to true ensure the call is maded on an STA thread.
Exceptions See Also