Table of Contents

Class ParameterInfoRetrieverVisualBasic

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.v9.dll

Provides class for retrieving parameter information for Visual Basic based on Microsoft Roslyn.

public static class ParameterInfoRetrieverVisualBasic
Inheritance
ParameterInfoRetrieverVisualBasic

Methods

GetFormattedParameterInfoSymbolString(ParameterInfo, int)

Returns formatted string in Visual Basic style corresponding to the specified ParameterInfo.

GetParameterInfo(SemanticModel, SyntaxNode, int)

Retrieves ParameterInfo for specified position inside the code.