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

What is the differences between datagrid, datalist and repeater in .net?

0 Answers  


What is a int in c#?

0 Answers  


How do you create multiple inheritance in C#?

5 Answers   Microsoft,


What is the difference between abstraction and encapsulation in c#?

0 Answers  


What is a string in c#?

0 Answers  






What is protected internal modifier in C#?

0 Answers   Arigo Infotech,


Is char * null terminated?

0 Answers  


What is a method c#?

0 Answers  


How do I run managed code in a process?

0 Answers  


Define property in c#.net?

0 Answers  


What is multithreading with .net?

0 Answers  


What is the use of GC.KeepAlive Method?

0 Answers   HCL,


Categories