Class VbScriptRepository
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
Represents properties and methods to perform code completion functionality for Vb Script language.
public class VbScriptRepository : ReflectionRepository, INETRepository, IReflectionRepository, ICodeCompletionRepository, IDisposable
- Inheritance
-
VbScriptRepository
- Implements
Constructors
- VbScriptRepository(bool, ISyntaxTree)
Initializes a new instance of the
VbScriptRepository
class with specified settings.
Methods
- GetExpressionType(ISyntaxNode, out Point)
Gets a type of expression.
- GetMethodType(string, ISyntaxNode, ref string, ref Point, ref Point, out int, out int, out CodeCompletionScope)
Obtains information about some method of specified language element.