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 array and its types in c#?

0 Answers  


Wht executescaler method is used?

0 Answers  


What is difference between static and constant variable?

0 Answers  


What is serialization and deserialization in c# with example?

0 Answers  


What happens when thread sleep () method is called?

0 Answers  


Explain About multi level and multiple inheritance how to achieve in .net

0 Answers  


What is difference between an reference type and value type in C#?

0 Answers   B-Ways TecnoSoft,


Is c# queue thread safe?

0 Answers  


What is cli in c#?

0 Answers  


Differentiate between object pooling and connection pooling in c#?

0 Answers  


Can we inherit singleton class in c#?

0 Answers  


Can a static class contain non static members?

0 Answers  


Categories