In This Article

IResolverRequest Interface

Provides the base requirements of a request for a .NET language resolve operation.

public interface IResolverRequest

Properties

Context

The IDotNetContext in which the request is based, if known.

IDotNetContext? Context { get; }

Property Value

IDotNetContext:

The IDotNetContext in which the request is based, if known.

Expression

The Expression to resolve.

Expression? Expression { get; }

Property Value

Expression:

The Expression to resolve.

Extension Methods