CanonicalTrackedInputFiles.SaveTlog Method

Definition

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()

Source:
CanonicalTrackedInputFiles.cs

This method will re-write the tlogs from the current output table new entries will be tracked.

C#
public void SaveTlog();
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void SaveTlog();
Attributes

Applies to

MSBuild 17 e altre versioni
Prodotto Versioni
MSBuild 15, 16, 17

SaveTlog(DependencyFilter)

Source:
CanonicalTrackedInputFiles.cs

This method will re-write the tlogs from the current dependency. As the sources are compiled, new entries willbe tracked.

C#
public void SaveTlog(Microsoft.Build.Utilities.DependencyFilter includeInTLog);

Parameters

includeInTLog
DependencyFilter

Delegate used to determine whether a particular file should be included in the compacted tlog.

Applies to

MSBuild 17 e altre versioni
Prodotto Versioni
MSBuild 15, 16, 17