ThumbnailProviderHandlerIntegratedBase Constructor (ConcurrentDictionaryGuid, EngineWindows) |
IT Hit User File System
Creates instance of this class.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.4.27341.0
Syntax public ThumbnailProviderHandlerIntegratedBase(
ConcurrentDictionary<Guid, EngineWindows> engines
)
Public Sub New (
engines As ConcurrentDictionary(Of Guid, EngineWindows)
)
public:
ThumbnailProviderHandlerIntegratedBase(
ConcurrentDictionary<Guid, EngineWindows^>^ engines
)
new :
engines : ConcurrentDictionary<Guid, EngineWindows> -> ThumbnailProviderHandlerIntegratedBase
Parameters
- engines
- Type: System.Collections.ConcurrentConcurrentDictionaryGuid, EngineWindows
Dictionary of Engine instances.
See Also