I have a console app that watches a folder (Manual code... not using the .Net classes) for file changes, and then does some moving of files based on rules.
However, it seems to shut down by it's self. Crashes, I guess. Now, it's a home project, and I have a 'Hit a key to end' option. I also have a 3 year old walking around. So, it might not be code issue related. However, as a learning exercise, is there a way to get the memory usage of the app? So, I want to know the total amount of memory being used by my app.