Does VS 2008 provides a function that allows us to evaluate a method? I can view the property of an object via Watch window, but I also want to substitute parameters into a method and see the result.
Not sure whether VS 2008 supports this or not.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can evaluate methods pretty much anywhere – in the watch pane, QuickWatch window, and Immediate pane.
From the immediate window: