ProfilerResult(IDictionary<EvaluationLocation,ProfiledLocation>) Constructor
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.
public:
ProfilerResult(System::Collections::Generic::IDictionary<Microsoft::Build::Framework::Profiler::EvaluationLocation, Microsoft::Build::Framework::Profiler::ProfiledLocation> ^ profiledLocations);
public ProfilerResult (System.Collections.Generic.IDictionary<Microsoft.Build.Framework.Profiler.EvaluationLocation,Microsoft.Build.Framework.Profiler.ProfiledLocation> profiledLocations);
new Microsoft.Build.Framework.Profiler.ProfilerResult : System.Collections.Generic.IDictionary<Microsoft.Build.Framework.Profiler.EvaluationLocation, Microsoft.Build.Framework.Profiler.ProfiledLocation> -> Microsoft.Build.Framework.Profiler.ProfilerResult
Public Sub New (profiledLocations As IDictionary(Of EvaluationLocation, ProfiledLocation))
Parameters
- profiledLocations
- IDictionary<EvaluationLocation,ProfiledLocation>