Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
QuestionI can't Create File in the dir that FileSystemWatch monitor by using FileStream Pin
6-Sep-05 17:47
suss6-Sep-05 17:47 
AnswerRe: I can't Create File in the dir that FileSystemWatch monitor by using FileStream Pin
Dave Kreskowiak8-Sep-05 1:40
mveDave Kreskowiak8-Sep-05 1:40 
QuestionChange Parent form from Dialog Box Pin
bootn6-Sep-05 17:11
bootn6-Sep-05 17:11 
AnswerRe: Change Parent form from Dialog Box Pin
Christian Graus6-Sep-05 17:29
protectorChristian Graus6-Sep-05 17:29 
QuestionMemory Management Pin
VickyC#6-Sep-05 15:08
VickyC#6-Sep-05 15:08 
AnswerRe: Memory Management Pin
Matt Gerrans6-Sep-05 15:30
Matt Gerrans6-Sep-05 15:30 
GeneralRe: Memory Management Pin
VickyC#6-Sep-05 16:02
VickyC#6-Sep-05 16:02 
GeneralRe: Memory Management Pin
Dave Kreskowiak6-Sep-05 16:18
mveDave Kreskowiak6-Sep-05 16:18 
VickyC# wrote:
for all practical purposes it seems good enough for watching what happens to memory

The Task Manager is actually lousy at showing what's really going on inside the virtual machine that is the managed execution environment of the .NET Framework.

What you're seeing in Task Manager is the amount of memory reserved for the entire virtual machine that you application runs in, not just your application code.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Memory Management Pin
VickyC#6-Sep-05 16:33
VickyC#6-Sep-05 16:33 
GeneralRe: Memory Management Pin
Matt Gerrans6-Sep-05 20:00
Matt Gerrans6-Sep-05 20:00 
GeneralRe: Memory Management Pin
Luis Alonso Ramos6-Sep-05 16:55
Luis Alonso Ramos6-Sep-05 16:55 
AnswerRe: Memory Management Pin
Christian Graus6-Sep-05 16:56
protectorChristian Graus6-Sep-05 16:56 
GeneralRe: Memory Management Pin
VickyC#6-Sep-05 17:04
VickyC#6-Sep-05 17:04 
GeneralRe: Memory Management Pin
Christian Graus6-Sep-05 17:06
protectorChristian Graus6-Sep-05 17:06 
GeneralRe: Memory Management Pin
VickyC#6-Sep-05 17:14
VickyC#6-Sep-05 17:14 
GeneralRe: Memory Management Pin
Christian Graus6-Sep-05 17:15
protectorChristian Graus6-Sep-05 17:15 
GeneralRe: Memory Management Pin
VickyC#6-Sep-05 17:32
VickyC#6-Sep-05 17:32 
GeneralRe: Memory Management Pin
Christian Graus6-Sep-05 17:35
protectorChristian Graus6-Sep-05 17:35 
GeneralRe: Memory Management Pin
VickyC#6-Sep-05 17:39
VickyC#6-Sep-05 17:39 
GeneralRe: Memory Management Pin
Dave Kreskowiak7-Sep-05 0:56
mveDave Kreskowiak7-Sep-05 0:56 
GeneralRe: Memory Management Pin
Christian Graus7-Sep-05 12:32
protectorChristian Graus7-Sep-05 12:32 
GeneralRe: Memory Management Pin
Dave Kreskowiak7-Sep-05 16:50
mveDave Kreskowiak7-Sep-05 16:50 
GeneralRe: Memory Management Pin
VickyC#7-Sep-05 20:18
VickyC#7-Sep-05 20:18 
QuestionTreeView Problem Pin
snouto6-Sep-05 14:47
snouto6-Sep-05 14:47 
QuestionDock form to taskbar? Pin
ehollar6-Sep-05 14:43
ehollar6-Sep-05 14:43 

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.