Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 30th, 2006, 11:31 AM
Authorized User
 
Join Date: Oct 2004
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to get memory used in my program

Hi all,

Are there any way to me to use C# 2005 to know how much memory used in my program?

Regards,

Jdang

 
Old January 28th, 2008, 12:40 PM
Authorized User
 
Join Date: Dec 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to DZukiewicz
Default

Code:
Environment.WorkingSet
describes the amount of memory, but this maybe shared across the page file too.

Regards,

Dominic





Similar Threads
Thread Thread Starter Forum Replies Last Post
load and call a vb.net program in memory jpwollman Pro Visual Basic 2005 1 October 25th, 2007 02:42 PM
Memory akkad C# 2005 3 January 10th, 2007 04:46 AM
Setup Project: Program not added in Start>Program arif_1947 VS.NET 2002/2003 2 March 31st, 2005 06:40 AM
load Database into program memory... sumsin C++ Programming 0 March 10th, 2005 12:57 PM
Start a program inside another program Silje Classic ASP Professional 1 November 16th, 2004 02:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.