CacheResult Class

Definition

Represents the cache result a plugin returns back to MSBuild when queried about a certain project. Results representing cache hits (with ResultType == CacheHit) contain information about what BuildResult MSBuild should use for the queried project. It is assumed that all cache hits result in a successful BuildResult.

public ref class CacheResult
public class CacheResult
type CacheResult = class
Public Class CacheResult
Inheritance
CacheResult

Properties

BuildResult
ProxyTargets
ResultType

Methods

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)
IndicateCacheHit(BuildResult)
IndicateCacheHit(IReadOnlyCollection<PluginTargetResult>)
IndicateCacheHit(ProxyTargets)
IndicateNonCacheHit(CacheResultType)
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