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: 7.1
Syntax public static bool InstanceInitializesCOM { get; set; }
Public Shared Property InstanceInitializesCOM As Boolean
Get
Set
public:
static property bool InstanceInitializesCOM {
bool get ();
void set (bool value);
}
static member InstanceInitializesCOM : bool with get, set
Property Value
Type:
BooleanSee Also