Table of Contents

Class ParameterInfoProvider

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

Represents methods to provide data related to ParameterInfo.

public class ParameterInfoProvider : IParameterInfoProvider
Inheritance
ParameterInfoProvider
Implements

Constructors

ParameterInfoProvider(SyntaxDataProvider)

Initializes a new instance of the ParameterInfoProvider class with specified provider.

Methods

GetFormattedParameterInfoSymbolString(ParameterInfo, int)

Returns formatted string corresponding to the specified ParameterInfo.

GetParameterInfo(string, int)

Returns ParameterInfo for specified expression.