在C#(或CIL)现有组别框架内获得所有当地变量的简单方法
原文:Is there a simple way to obtain all the local variables in the current stack frame in C# (or CIL)
原文:Is there a simple way to obtain all the local variables in the current stack frame in C# (or CIL)
Following my previous question, in which I wanted to dump all the variables in the stack (from the current and all the previous frame) that can be seen here: Is there a way to examine the stack ...