ProfiledLocation(TimeSpan, TimeSpan, Int32) Constructor

Definition

public:
 ProfiledLocation(TimeSpan inclusiveTime, TimeSpan exclusiveTime, int numberOfHits);
public ProfiledLocation (TimeSpan inclusiveTime, TimeSpan exclusiveTime, int numberOfHits);
new Microsoft.Build.Framework.Profiler.ProfiledLocation : TimeSpan * TimeSpan * int -> Microsoft.Build.Framework.Profiler.ProfiledLocation
Public Sub New (inclusiveTime As TimeSpan, exclusiveTime As TimeSpan, numberOfHits As Integer)

Parameters

inclusiveTime
TimeSpan
exclusiveTime
TimeSpan
numberOfHits
Int32

Applies to