Is it possible to get the list of function parameters when the function is represented by an EnvDTE.StackFrame object? The function is native (c++) and its symbols are loaded. StackFrame.Arguments returns an empty collection.
↧