ShellBrowser .Net Edition
JamThread Constructor (threadPool, initializeCOM)
NamespacesJam.ShellJamThreadJamThread(WorkerThreadPool, Boolean)
Sets up a jam thread object
Declaration Syntax
C#Visual BasicVisual C++
public JamThread(
	WorkerThreadPool threadPool,
	bool initializeCOM
)
Public Sub New ( _
	threadPool As WorkerThreadPool, _
	initializeCOM As Boolean _
)
public:
JamThread(
	WorkerThreadPool^ threadPool, 
	bool initializeCOM
)
Parameters
threadPool (WorkerThreadPool)
the threadpool the thread is associated with
initializeCOM (Boolean)
whether the thread should be COM aware

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)