ResolverRequest Class
Represents a request for a .NET language resolve operation.
public class ResolverRequest : IResolverRequest
- Inheritance:
- object object
- Implements:
- IResolverRequest
Constructors
ResolverRequest(Expression?)
Initializes an instance of the class.
public ResolverRequest(Expression? expression)
| Parameter | Type | Description |
|---|---|---|
| expression | Expression | The Expression to resolve. |
ResolverRequest(QualifiedName)
Initializes an instance of the class.
public ResolverRequest(QualifiedName qualifiedName)
| Parameter | Type | Description |
|---|---|---|
| qualifiedName | QualifiedName | The AST QualifiedName to resolve. |
ResolverRequest(IQualifiedName)
Initializes an instance of the class.
public ResolverRequest(IQualifiedName qualifiedName)
| Parameter | Type | Description |
|---|---|---|
| qualifiedName | IQualifiedName | The IQualifiedName to resolve. |
Properties
Context
The IDotNetContext in which the request is based, if known.
public IDotNetContext? Context { get; set; }
Property Value
- IDotNetContext:
The IDotNetContext in which the request is based, if known.
Expression
The Expression to resolve.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()