How to get StackFrame at compile time from PDB?
- by Usman
Hello,
I need to get stack frame of function from any pdb (All in/out arguments and their types). I got function name and address of certain function from pdb, now I need to know all parameters(in/out) of that function from pdb file programatically. Is there any way..??
Regards
Usman