I was trying to use Timer2 from Fezzer so that I can run the timed process in another thread. However I couldn’t find a way to locate System.Environment. The .NET documentation said it is in mscorlib but I don’t find anything in mine.
and I saw the Timer2 library from William in Fezzer, which uses System.Environment. I don’t know how it will work then if there is no System.Environment inplemented in netmf.
Sorry for the delay. Please reference Microsoft.SPOT.Time.dll. That reminds me, all snippets should include required references at top in comments or something to prevent these egg hunts. Took me a few to find it at first also.