Geschlossen als exakte Kopie von "How can I find the method that called the current method?"Wie finden Sie die Anruferfunktion?
Ist this möglich mit C#?
void main()
{
Hello();
}
void Hello()
{
// how do you find out the caller is function 'main'?
}
http://StackOverflow.com/Questions/171970/How-can-i-find-the-method-that-called-the-current-method? –
Diese Frage ist ein Duplikat von http://stackoverflow.com/questions/171970/how-can-i-find-the-method-that-called-the-current-method](http://stackoverflow.com)/questions/171970/how-can-i-find-die-methode-die-so-die-aktuelle-methode) –