FlatTrackingData.SkipMissingFiles Property

Definition

Should files in the TLog but no longer exist be skipped or recorded?

public:
 property bool SkipMissingFiles { bool get(); void set(bool value); };
public bool SkipMissingFiles { get; set; }
public bool SkipMissingFiles { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.SkipMissingFiles : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SkipMissingFiles : bool with get, set
Public Property SkipMissingFiles As Boolean

Property Value

true to skip missing files; false to record them.

Attributes

Applies to