This documentation is archived and is not being maintained.
FlatTrackingData Class
Visual Studio 2010
This class is used to track file dependencies during a build.
Assembly: Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)
The FlatTrackingData type exposes the following members.
Top
| Name | Description | |
|---|---|---|
![]() | DependencyTable | Gets the dependency table. |
![]() | MissingFiles | Gets or sets missing files that have been detected in the TLog |
![]() | NewestFileName | Gets or sets the path for the newest file we have seen. |
![]() | NewestFileTime | Gets or sets the time for the newest file we have seen |
![]() | NewestFileTimeUtc | Gets or sets the UTC time for the newest file we have seen. |
![]() | NewestTLogFileName | Gets or sets the path of the newest TLog file. |
![]() | NewestTLogTime | Gets or sets the time of the newest Tlog. |
![]() | NewestTLogTimeUtc | Gets or sets the UTC time of the newest Tlog. |
![]() | OldestFileName | Gets or sets the path for the oldest file we have seen. |
![]() | OldestFileTime | Gets or sets the time for the oldest file we have seen. |
![]() | OldestFileTimeUtc | Gets or sets the UTC time for the oldest file we have seen. |
![]() | SkipMissingFiles | Gets or sets a switch that specifies whether files in the TLog, but which no longer exist, be skipped or recorded. |
![]() | TlogFiles | Gets or sets the TLog files that back this structure. |
![]() | TlogsAvailable | Gets or sets a switch that specifies whether all the TLogs that were passed to us are available on disk. |
![]() | TreatRootMarkersAsEntries | Gets or sets a switch that specifies whether root markers in the TLog be treated as file accesses, or only as markers. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | FileIsExcludedFromDependencyCheck | Returns true 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.) |
![]() ![]() | FinalizeTLogs | Compact and finalize the Tlogs based on the success of the tracked execution. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLastWriteTimeUtc | Returns cached value for last write time of file. Updates the cache the first time the file is checked. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsUpToDate(Task, UpToDateCheckType, array<ITaskItem>, array<ITaskItem>) | Checks to see if the tracking data indicates that everything is up to date according to UpToDateCheckType. |
![]() ![]() | IsUpToDate(TaskLoggingHelper, UpToDateCheckType, FlatTrackingData, FlatTrackingData) | Simple check of up to date state according to the tracking data and the UpToDateCheckType. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveTlog() | This method will re-write the tlogs from the output table |
![]() | SaveTlog(DependencyFilter) | This method will re-write the tlogs from the current table |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateFileEntryDetails | Update the current state of entry details for the dependency table |
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:
