This documentation is archived and is not being maintained.
CanonicalTrackedOutputFiles Class
Visual Studio 2010
This class is the file tracking log interpreter for .write. tracking logs in canonical form Canoncial .write. logs need to be rooted, since the outputs need to be associated with an input.
Assembly: Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)
The CanonicalTrackedOutputFiles type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanonicalTrackedOutputFiles(array<ITaskItem>) | Constructor |
![]() | CanonicalTrackedOutputFiles(ITask, array<ITaskItem>) | Constructor |
![]() | CanonicalTrackedOutputFiles(ITask, array<ITaskItem>, Boolean) | Constructor |
| Name | Description | |
|---|---|---|
![]() | AddComputedOutputForSourceRoot | This method adds computed outputs for the given source key to the output graph |
![]() | AddComputedOutputsForSourceRoot(String, array<ITaskItem>) | This method adds computed outputs for the given source key to the output graph |
![]() | AddComputedOutputsForSourceRoot(String, array<String>) | This method adds computed outputs for the given source key to the output graph |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | OutputsForNonCompositeSource | This method determines the outputs for a source root (as in the contents of a rooting marker) |
![]() | OutputsForSource | This method determines the outputs for a source root (as in the contents of a rooting marker) |
![]() | 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>) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveEntriesForSource(ITaskItem, ITaskItem) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveEntriesForSource(array<ITaskItem>, array<ITaskItem>) | Remove the output graph entries for the given sources and corresponding outputs |
![]() | RemoveOutputForSourceRoot | Remove the specified output from the dependency graph for the given source file |
![]() | RemoveRootsWithSharedOutputs | Removes any roots that share the same outputs as the rooting from the dependency graph. |
![]() | 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 output table. New entries will be 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:
