Answer the question
In order to leave comments, you need to log in
How to determine where in the source is the executable C# code?
There are C# sources. You need to get information about exactly where the code currently being executed by the process is located in them. That is, get a string, a method, a class for each thread. Does the CLR contain this information? If this is possible, are there ready-made solutions?
Answer the question
In order to leave comments, you need to log in
Yes, in the place with the executable file during compilation, you can create debugging information *.pdb
(for the VS compiler), and the answer to your question will be stored in it. How to gut it, you are looking for it yourself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question