I have C# Function like this :
private void test(){}
Is there any way to find Invoker or caller of a function ?
For example :
private void Caller(){
test();
}
then how can I understand that test was invoked by Caller ?
See how to get invoker class of this method
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With