What is the Immediate mode of the Command window?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Immediate mode of the Command window?
Rating:
The Immediate mode of the Command window is used for debugging .NET applications. This mode evaluates expressions, executes command statements, and prints values of variables defined in the application code. The Immediate mode is used to enter expressions that are to be evaluated or executed by a .NET language during debugging. It can also change the value of variables when required. Visual Studio .NET commands can also be issued temporarily in the Immediate mode. This is useful when the value of variables are to be viewed or changed while interacting with the Visual Studio .NET IDE by using commands.
Rating:
Was this information helpful?
Other articles
- What is the ExecuteNonQuery method?
- What is unmanaged code?
- What is the xml data type?
- What is binding policy?
- What is the finally block?
