.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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -