When the Out_Of_Memory exception is caught I want to log the systems current memory usage (not application, system), minimally free memory... Preferably also max memory, free VM and max VM, and anything else that can pin point the system state when it crashes...
Now I know how to do this in WMI or Script but I have not been able to find a way to accomplish this task in C# (2005/2.0)...
Any ideas, hints, and help would be greatly appreciated, thanks
Now I know how to do this in WMI or Script but I have not been able to find a way to accomplish this task in C# (2005/2.0)...
Any ideas, hints, and help would be greatly appreciated, thanks