I'm developing desktop application, where I upload series of FPGA files on scanning device, to do this job I have COM DLL provided by driver.
For uploading files I call method named "StartWrite", which start worker thread to write FPGA to device.
And now in C# how do I get list/information (expected execution time etc.) of worker threads in application ?