In Silverlight / C#, I have class Main, which creates an instance of Child, Child _child = new Child(...)
This question already has answers here: 开发者_如何学编程Get name of caller function in PHP? (13 answers)
Here\'s the problem - I know function by name (and that function has already been loaded form an external script), but I don\'t have an actual function object avail for me to call. Normally I would ca