CanonicalTrackedInputFiles.SaveTlog Method
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.
This method will re-write the tlogs from the current output table new entries will be tracked.
Overloads
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. |
SaveTlog()
This method will re-write the tlogs from the current output table new entries will be tracked.
public:
void SaveTlog();
public void SaveTlog ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void SaveTlog ();
member this.SaveTlog : unit -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SaveTlog : unit -> unit
Public Sub SaveTlog ()
- Attributes
Applies to
SaveTlog(DependencyFilter)
This method will re-write the tlogs from the current dependency. As the sources are compiled, new entries willbe tracked.
public:
void SaveTlog(Microsoft::Build::Utilities::DependencyFilter ^ includeInTLog);
public void SaveTlog (Microsoft.Build.Utilities.DependencyFilter includeInTLog);
member this.SaveTlog : Microsoft.Build.Utilities.DependencyFilter -> unit
Public Sub SaveTlog (includeInTLog As DependencyFilter)
Parameters
- includeInTLog
- DependencyFilter
Delegate used to determine whether a particular file should be included in the compacted tlog.