Message from discussion
How to get current running values from .LocalVariables in .NET 2.0?
From: "Lou Zher" <ab...@127.0.0.1>
Subject: How to get current running values from .LocalVariables in .NET 2.0?
Date: Mon, 5 Jun 2006 10:52:11 -0500
Lines: 6
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2869
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869
X-RFC2646: Format=Flowed; Original
Message-ID: <OAxYBgLiGHA.1276@TK2MSFTNGP03.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.clr
NNTP-Posting-Host: 68-188-120-227.static.stls.mo.charter.com 68.188.120.227
Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshub.sdsu.edu!msrtrans!TK2MSFTFEEDS01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
We've got a project that needs to be able to see the current running values
from the objects returned back by .LocalVariables. How is this done?
LocalVariables only appears to give us the types of the method vars.
-LZ