Table of Contents

Interface IScopeResolutionService

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v9.dll
public interface IScopeResolutionService

Methods

GetDirectlyAvailableTypePrefixes(string, Point)
GetEnclosingTypeName(string, Point)
GetMethodName(string, Point, IList<string>, bool, bool)

When implemented by a class, gets method name and parameters and given source position.

GetRelativeFilePath(string)

When implemented by a class, gets path relative to the script location

GetUsingStaticTypeNames(string)
Reset()

Resets scope evaluator.