Click here to Skip to main content
15,898,134 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
General"Look In" history Pin
nkale24-Feb-05 15:39
nkale24-Feb-05 15:39 
GeneralOpenFileDialog bug problem .net Pin
foxjazz224-Feb-05 11:19
foxjazz224-Feb-05 11:19 
GeneralRe: OpenFileDialog bug problem .net Pin
klawipo26-Feb-05 1:02
klawipo26-Feb-05 1:02 
GeneralDLL Pin
Dwayner7924-Feb-05 7:20
Dwayner7924-Feb-05 7:20 
GeneralRe: DLL Pin
klawipo26-Feb-05 0:45
klawipo26-Feb-05 0:45 
GeneralAdding to the TextBox context menu Pin
MitchellBaldwin24-Feb-05 6:35
MitchellBaldwin24-Feb-05 6:35 
GeneralRe: Adding to the TextBox context menu Pin
pankajupadhyay2930-Nov-09 20:17
professionalpankajupadhyay2930-Nov-09 20:17 
GeneralProcess memory not right Pin
Turok_4_2_024-Feb-05 4:12
Turok_4_2_024-Feb-05 4:12 
Hi, Does anyone know if the memory functions in the Process class return bits or bytes or what? I'm using the methods to get a Process's memory it's not giving me the same amount as shown in taskmanager. For instance the process for the program I created returns these ints with these functions which don't seem to match up with task manager.

{Returns} {Function Called}
Physical Memory: 20586496 (WorkingSet)
Min Physical Memory: 204800 (MinWorkingSet)
Max Physical Memory: 1413120 (MaxWorkingSet)
Non Paged System Memory Size: 24832 (NonpagedSystemMemorySize)
Paged Memory Size: 10211328 (PagedMemorySize)
Paged System Memory Size: 71868 (PagedSystemMemorySize)
Peak Paged Memory Size: 10211328 (PeakPagedMemorySize)
Peak Virtual Memory Size: 194551808 (PeakVirtualMemorySize)
Peak Working Set: 20701184 (PeakWorkingSet)
Virtual Memory Size: 194506752 (VirtualMemorySize)


Taskmanager shows
Mem usage: 30,624K
Peak Mem usage: 30,632K
VM size: 19,104K
Paged Pool: 69K
NP Pool: 23K


GeneralRe: Process memory not right Pin
S. Senthil Kumar24-Feb-05 8:47
S. Senthil Kumar24-Feb-05 8:47 
GeneralRe: Process memory not right Pin
Turok_4_2_024-Feb-05 14:17
Turok_4_2_024-Feb-05 14:17 
GeneralChanging child control property of a form from another form Pin
erossetto24-Feb-05 2:50
erossetto24-Feb-05 2:50 
Generalmicrosoft visio Pin
lalitmohankohli24-Feb-05 0:17
lalitmohankohli24-Feb-05 0:17 
GeneralMemory oddness Pin
Ray Cassick23-Feb-05 16:58
Ray Cassick23-Feb-05 16:58 
GeneralRe: Memory oddness Pin
Mike Dimmick24-Feb-05 5:12
Mike Dimmick24-Feb-05 5:12 
GeneralRe: Memory oddness Pin
Ray Cassick24-Feb-05 6:29
Ray Cassick24-Feb-05 6:29 
GeneralRe: Memory oddness Pin
Turok_4_2_024-Feb-05 14:22
Turok_4_2_024-Feb-05 14:22 
GeneralRe: Memory oddness Pin
Andy Brummer24-Feb-05 8:09
sitebuilderAndy Brummer24-Feb-05 8:09 
GeneralChange path of "obj" directory in .NET Pin
Mohammed Saleem23-Feb-05 0:02
Mohammed Saleem23-Feb-05 0:02 
GeneralProblems with process spawning Pin
usman.ghani22-Feb-05 8:11
usman.ghani22-Feb-05 8:11 
GeneralRe: Problems with process spawning Pin
S. Senthil Kumar22-Feb-05 18:09
S. Senthil Kumar22-Feb-05 18:09 
GeneralRe: Problems with process spawning Pin
usman.ghani26-Feb-05 3:15
usman.ghani26-Feb-05 3:15 
Generalcreate copy of a hashtable... Pin
Ray Cassick21-Feb-05 19:09
Ray Cassick21-Feb-05 19:09 
GeneralRe: create copy of a hashtable... Pin
S. Senthil Kumar22-Feb-05 18:07
S. Senthil Kumar22-Feb-05 18:07 
GeneralLoading Assembly from a Web Service Pin
Vadim Tabakman21-Feb-05 18:29
Vadim Tabakman21-Feb-05 18:29 
Generalwindows application write to console Pin
krealiza21-Feb-05 16:42
krealiza21-Feb-05 16:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.