When I run this centence, The memory raise 4Mb in memory:
If Process.GetProc essesByName("AB C,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.GetProc essesByName("AB C,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.
Comment