What does the This window show in the debugger?

Answers were Sorted based on User's Feedback



What does the This window show in the debugger?..

Answer / selvarajks

It points to the object that is pointed to by this reference. Object’s instance data is shown.

Is This Answer Correct ?    0 Yes 0 No

What does the This window show in the debugger?..

Answer / gelaemu

execute F5 can show debugger

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Can you mark static constructor with access modifiers?

0 Answers  


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

2 Answers   Mind Tree,


What is the output of TextWriterTraceListener redirected?

0 Answers   Siebel,


Explain the steps to create satellite assembly?

0 Answers  


What is difference between private and static constructor?

0 Answers  






Explain polymorphism in c# with a simple example?

0 Answers  


What is visual c# net?

0 Answers  


What is collection of classes in c#?

0 Answers  


what is IComparable

0 Answers   Wipro,


Can we inherit a private class in chsarp? how? explain(with code) ?

4 Answers   Techno Labs,


How to implement delegates in c#.net

0 Answers  


What is Co- and Contra-Variance in C#?

0 Answers  


Categories