ResolverRequest Class
Represents a request for a Python language resolve operation.
public class ResolverRequest : IResolverRequest
- Inheritance:
- object object
- Implements:
- IResolverRequest
Constructors
ResolverRequest(Expression?)
Represents a request for a Python language resolve operation.
public ResolverRequest(Expression? expression)
| Parameter | Type | Description |
|---|---|---|
| expression | Expression | The Expression to resolve. |
Properties
Context
The IPythonContext in which the request is based, if known.
Expression
The Expression to resolve.
SourceModulePath
The path to the module from where the Expression originated.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()