CacheResult 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.
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) |