EvaluationContext Class

Definition

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)

Factory for EvaluationContext

Create(EvaluationContext+SharingPolicy, MSBuildFileSystemBase)

Factory for EvaluationContext

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to