I tried the following code that works fine in the Windows CLR:
System.Diagnostics.Process.GetCurrentProcess().Threads.Count
... as a result of something > 0.
However, in Mono on OS X or Linux, this always leads to 0
Is this a bug in Mono or do I need a different approach due to platform differences?
Akira source
share