I want to check committed bytes. For that purpose Icreated PerformanceCounter
. It doesn`t report anything
PerformanceCounter memComm = new PerformanceCounter("Memory",
"Committed Bytes to the Memory");
Is there a problem how I create it? Thanks