I have a function that I call many times from different parts of the application (app is WPF in Core dialect). I can find out in this function the name of the method or function that called this function. It is possible?
Juraj
chceck name calling method or function
chceck name calling method or function
Hello Juraj,
maybe this helps as starting point:
https://docs.microsoft.com/de-de/dotnet ... work-4.6.2
Stefan
maybe this helps as starting point:
https://docs.microsoft.com/de-de/dotnet ... work-4.6.2
Stefan
chceck name calling method or function
...and here you can see how this is used to implement some of the related runtime functions in the X# runtime:
https://github.com/X-Sharp/XSharpPublic ... /Debug.prg
https://github.com/X-Sharp/XSharpPublic ... /Debug.prg
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu