Click to See Complete Forum and Search --> : C# console
nebulom
Dec 18th, 2005, 09:23 PM
Anyone knows a C# console? Something that we can evaluate a C# statement and the like? Please share. Thanks.
Hack
Dec 19th, 2005, 07:32 AM
Does this (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cssample/html/vcsamLocalizedHelloWorld.asp) help?
nebulom
Dec 19th, 2005, 06:58 PM
Thanks Hack but it seems not the thing I'm finding. Really appreciated. I need something like Javascript console, where we want to execute JS statements and get results. I'm curious if there's something like that console for C#.
jmcilhinney
Dec 19th, 2005, 07:35 PM
You can evaluate any expression in the Watch window and you can evaluate expressions and execute code in the Command Window when it is in Immediate mode.
Watch Window (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vcurfwatchwindow.asp)
Immediate Mode, Command Window (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxurfimmediatemodecommandwindow.asp)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.