This documentation is archived and is not being maintained.

CanonicalTrackedInputFiles Class

This class is the filetracking log interpreter for .read. tracking logs in canonical form or those that have been rooted (^) to make them canonical

System::Object
  Microsoft.Build.Utilities::CanonicalTrackedInputFiles

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)

public ref class CanonicalTrackedInputFiles

The CanonicalTrackedInputFiles type exposes the following members.

  NameDescription
Public propertyDependencyTableGets the dependency table.
Top

  NameDescription
Public methodComputeSourcesNeedingCompilation()This method computes the sources that need to be compiled based on the output files and the full dependency graph of inputs
Public methodComputeSourcesNeedingCompilation(Boolean)This method computes the sources that need to be compiled based on the output files and the full dependency graph of inputs, optionally searching composite rooting markers for subroots that may contain input files
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodFileIsExcludedFromDependencyCheckTest to see if the specified file is excluded from tracked dependency checking
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodRemoveDependenciesFromEntryIfMissing(ITaskItem)Remove the output graph entries for the given sources and corresponding outputs
Public methodRemoveDependenciesFromEntryIfMissing(array<ITaskItem>)Remove the output graph entries for the given sources and corresponding outputs
Public methodRemoveDependenciesFromEntryIfMissing(ITaskItem, ITaskItem)Remove the output graph entries for the given sources and corresponding outputs
Public methodRemoveDependenciesFromEntryIfMissing(array<ITaskItem>, array<ITaskItem>)Remove the output graph entries for the given sources and corresponding outputs
Public methodRemoveDependencyFromEntry(ITaskItem, ITaskItem)Remove the output graph entries for the given source and corresponding outputs
Public methodRemoveDependencyFromEntry(array<ITaskItem>, ITaskItem)Remove the output graph entries for the given sources and corresponding outputs
Public methodRemoveEntriesForSource(ITaskItem)Remove the output graph entries for the given sources and corresponding outputs
Public methodRemoveEntriesForSource(array<ITaskItem>)Removes the output graph entries for the given sources and corresponding outputs.
Public methodRemoveEntryForSourceRootRemoves the entry in the input dependency graph corresponding to a rooting.
Public methodSaveTlog()This method will re-write the tlogs from the current output table new entries will be tracked.
Public methodSaveTlog(DependencyFilter)This method will re-write the tlogs from the current dependency. As the sources are compiled, new entries willbe tracked.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: