C
Cylix
When I run this centence, The memory raise 4Mb in memory:
If Process.GetProcessesByName("ABC,EXE").Length > 1 Then
And the routine is end, the memory doesn't drop,
Actually, How Can I free up my memory in a VB.NET application?
GC.collect() seems not so work.
If Process.GetProcessesByName("ABC,EXE").Length > 1 Then
And the routine is end, the memory doesn't drop,
Actually, How Can I free up my memory in a VB.NET application?
GC.collect() seems not so work.