EvaluationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object used by the caller to extend the lifespan of evaluation caches (by passing the object on to other evaluations). The caller should throw away the context when the environment changes (IO, environment variables, SDK resolution inputs, etc). This class and its closure needs to be thread safe since API users can do evaluations in parallel.
public ref class EvaluationContext
public class EvaluationContext
type EvaluationContext = class
Public Class EvaluationContext
- Inheritance
-
EvaluationContext
Methods
Create(EvaluationContext+SharingPolicy, MSBuildFileSystemBase) |
Factory for EvaluationContext |
Create(EvaluationContext+SharingPolicy) |
Factory for EvaluationContext |