Method GetRecommendedSymbols
- Assembly
 - Alternet.Scripter.Debugger.v10.dll
 
GetRecommendedSymbols(string, int, bool)
Gets a List of Symbol objects suitable to specified parameters.
public IEnumerable<Symbol> GetRecommendedSymbols(string expressionToEvaluate, int positionInExpression, bool excludeKeywords)
Parameters
expressionToEvaluatestringExpression to evaluate.
positionInExpressionintPosition inside expression to find out proper symbols.
excludeKeywordsboolIndicates whether reserved words should be exclude from the evaluation.
Returns
- IEnumerable<Symbol>
 List of symbols belongs to the specified position within expression to evaluate.