Create a New .Net Profiler Api

Posted by daniel on Stack Overflow See other posts from Stack Overflow or by daniel
Published on 2010-04-08T07:39:35Z Indexed on 2010/04/08 7:43 UTC
Read the original article Hit count: 281

Filed under:

Hi everybody!

i m a new programmer in .Net Profiler and Visual C++,

i read many forums and weblogs for .Net Profiling and i have this question.

my Profiler application must be a unmanaged code or i can use some class in .Net in my application? and what type of project i must create ATL with MFC Or ..?

another question is how can i register my profiler dll file that every application of my computer use this profiler?

where the best situation for re-write IL of a method (Enter method of profiler or JITCompilationStarted)?

how can i get input variables of old method and send to new method?

how can i change IL of a property or whole of a class?

i want chane all datetime format of my dlls, and i think that i must search name of those method in JITCompilationStarted and then rewrite that methods,Do u have any better solution? thanks alot.

© Stack Overflow or respective owner

Related posts about visual-c++