Click here to Skip to main content
15,902,915 members
Home / Discussions / C#
   

C#

 
QuestionParse a property dynamic Pin
Storme2-Nov-06 10:59
Storme2-Nov-06 10:59 
AnswerRe: Parse a property dynamic Pin
Judah Gabriel Himango2-Nov-06 11:15
sponsorJudah Gabriel Himango2-Nov-06 11:15 
GeneralRe: Parse a property dynamic Pin
Storme2-Nov-06 13:06
Storme2-Nov-06 13:06 
GeneralRe: Parse a property dynamic [modified] Pin
aamironline2-Nov-06 18:45
aamironline2-Nov-06 18:45 
QuestionList property for a custom control, doesn't work in design time Pin
warnov2-Nov-06 9:25
warnov2-Nov-06 9:25 
QuestionWeird ListViewItem ForeColor change Pin
kozu2-Nov-06 9:19
kozu2-Nov-06 9:19 
QuestionMemory usage... Pin
Shy Agam2-Nov-06 9:14
Shy Agam2-Nov-06 9:14 
AnswerRe: Memory usage... Pin
Guffa2-Nov-06 10:10
Guffa2-Nov-06 10:10 
That's not strange at all. Smile | :)

When you minimise the program, the memory management in the .NET framework will try to release as much unused memory as possible back to windows. This may include doing a garbage collection to release unused objects. Also the system may swap out rarely used memory areas to the swap file on disk.

If you also bring up the column "Virtual Memory Size" in the task manager, you will see the total memory amount used, including the swapped out memory.

If you use a part of the program or data that has been swapped out to disk, it will be brought back into physical memory, bringing up the memory usage, but not the virtual memory usage.


---
b { font-weight: normal; }

GeneralRe: Memory usage... Pin
Judah Gabriel Himango2-Nov-06 11:07
sponsorJudah Gabriel Himango2-Nov-06 11:07 
GeneralRe: Memory usage... Pin
Paul Conrad2-Nov-06 16:23
professionalPaul Conrad2-Nov-06 16:23 
Questionmaking a jealous Windows Forms control Pin
jesarg2-Nov-06 8:05
jesarg2-Nov-06 8:05 
AnswerRe: making a jealous Windows Forms control Pin
PIEBALDconsult2-Nov-06 9:52
mvePIEBALDconsult2-Nov-06 9:52 
GeneralRe: making a jealous Windows Forms control Pin
jesarg2-Nov-06 10:04
jesarg2-Nov-06 10:04 
Questionhow to use Sql Server 2005 Reporting Services ? Pin
hdv2122-Nov-06 7:11
hdv2122-Nov-06 7:11 
QuestionDeployment Project - Registry Pin
BoneSoft2-Nov-06 7:00
BoneSoft2-Nov-06 7:00 
AnswerRe: Deployment Project - Registry Pin
BoneSoft2-Nov-06 10:01
BoneSoft2-Nov-06 10:01 
Questionhow to use callback for show progressing operation ? Pin
hdv2122-Nov-06 6:21
hdv2122-Nov-06 6:21 
AnswerRe: how to use callback for show progressing operation ? Pin
Guffa2-Nov-06 7:48
Guffa2-Nov-06 7:48 
QuestionCreate xml from a dll Pin
gmellado2-Nov-06 6:03
gmellado2-Nov-06 6:03 
AnswerRe: Create xml from a dll Pin
Judah Gabriel Himango2-Nov-06 6:07
sponsorJudah Gabriel Himango2-Nov-06 6:07 
GeneralRe: Create xml from a dll Pin
gmellado2-Nov-06 6:10
gmellado2-Nov-06 6:10 
AnswerRe: Create xml from a dll Pin
sam#2-Nov-06 6:10
sam#2-Nov-06 6:10 
AnswerRe: Create xml from a dll Pin
Dave Kreskowiak2-Nov-06 7:58
mveDave Kreskowiak2-Nov-06 7:58 
GeneralRe: Create xml from a dll Pin
ejuanpp2-Nov-06 8:28
ejuanpp2-Nov-06 8:28 
AnswerRe: Create xml from a dll Pin
beatles16924-Nov-06 2:30
beatles16924-Nov-06 2:30 

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.