.net - Break into debugger when object type is queried -


in com can put breakpoint in queryinterface detect when type of object analyzed. example, can put object between demuxer , decoder in directshow , discover secret protocoll between filters. can done in .net? can break when code obj type?

the is keyword translates isinst il instruction, there's no managed method can break on. however, underneath clr translates call clr!jit_isinstanceofclass, can place native break point on , intercept usage of is.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

php - Mongodb connectivity error -