VSNDK.DebugEngine.AD7StackFrame.IDebugExpressionContext2 C# (CSharp) Method

IDebugExpressionContext2() private method

Retrieves the name of the evaluation context. The name is the description of this evaluation context. It is typically something that can be parsed by an expression evaluator that refers to this exact evaluation context. For example, in C++ the name is as follows: "{ function-name, source-file-name, module-file-name }" Not implemented. (http://msdn.microsoft.com/en-ca/library/bb161724.aspx)
private IDebugExpressionContext2 ( string &pbstrName ) : int
pbstrName string Returns the name of the evaluation context.
return int
        int IDebugExpressionContext2.GetName(out string pbstrName)
        {
            throw new NotImplementedException();
        }

Same methods

AD7StackFrame::IDebugExpressionContext2 ( string pszCode, enum_PARSEFLAGS dwFlags, uint nRadix, IDebugExpression2 &ppExpr, string &pbstrError, uint &pichError ) : int