Click or drag to resize

WorkerThreadPoolInstanceInitializesCOM Property

Whether the threadpool returned by Instance initializes to let the threads in the pool make use of COM objects. The default value is true.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public static bool InstanceInitializesCOM { get; set; }

Property Value

Type: Boolean
See Also