This documentation is archived and is not being maintained.
CanonicalTrackedInputFiles Class
Visual Studio 2010
This class is the filetracking log interpreter for .read. tracking logs in canonical form or those that have been rooted (^) to make them canonical
Assembly: Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)
The CanonicalTrackedInputFiles type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanonicalTrackedInputFiles(array<ITaskItem>, array<ITaskItem>, CanonicalTrackedOutputFiles, Boolean, Boolean) | Constructor for multiple input source files |
![]() | CanonicalTrackedInputFiles(array<ITaskItem>, array<ITaskItem>, array<ITaskItem>, CanonicalTrackedOutputFiles, Boolean, Boolean) | Constructor for multiple input source files |
![]() | CanonicalTrackedInputFiles(ITask, array<ITaskItem>, ITaskItem, array<ITaskItem>, CanonicalTrackedOutputFiles, Boolean, Boolean) | Constructor for a single input source file |
![]() | CanonicalTrackedInputFiles(ITask, array<ITaskItem>, array<ITaskItem>, array<ITaskItem>, array<ITaskItem>, Boolean, Boolean) | Constructor for multiple input source files |
![]() | CanonicalTrackedInputFiles(ITask, array<ITaskItem>, array<ITaskItem>, array<ITaskItem>, CanonicalTrackedOutputFiles, Boolean, Boolean) | Constructor for multiple input source files |
| Name | Description | |
|---|---|---|
![]() | ComputeSourcesNeedingCompilation() | This method computes the sources that need to be compiled based on the output files and the full dependency graph of inputs |
![]() | ComputeSourcesNeedingCompilation(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 |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | FileIsExcludedFromDependencyCheck | Test to see if the specified file is excluded from tracked dependency checking |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() | RemoveDependenciesFromEntryIfMissing(ITaskItem) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveDependenciesFromEntryIfMissing(array<ITaskItem>) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveDependenciesFromEntryIfMissing(ITaskItem, ITaskItem) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveDependenciesFromEntryIfMissing(array<ITaskItem>, array<ITaskItem>) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveDependencyFromEntry(ITaskItem, ITaskItem) | Remove the output graph entries for the given source and corresponding outputs |
![]() | RemoveDependencyFromEntry(array<ITaskItem>, ITaskItem) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveEntriesForSource(ITaskItem) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveEntriesForSource(array<ITaskItem>) | Removes the output graph entries for the given sources and corresponding outputs. |
![]() | RemoveEntryForSourceRoot | Removes the entry in the input dependency graph corresponding to a rooting. |
![]() | SaveTlog() | This method will re-write the tlogs from the current output table new entries will be tracked. |
![]() | SaveTlog(DependencyFilter) | This method will re-write the tlogs from the current dependency. As the sources are compiled, new entries willbe tracked. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Show:
