Summary
Arguments for the project evaluation finished event.
- Namespace
- Microsoft
.Build .Framework - Base Types
-
- BuildStatusEventArgs
graph TD
Base0["BuildStatusEventArgs"]-->Type
Type["ProjectEvaluationFinishedEventArgs"]
class Type type-node
Syntax
public sealed class ProjectEvaluationFinishedEventArgs : BuildStatusEventArgs
Constructors
| Name | Summary |
|---|---|
| Project |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
| Project |
Initializes a new instance of the ProjectEvaluationFinishedEventArgs class. |
Properties
| Name | Value | Summary |
|---|---|---|
| ProfilerResult | ProfilerResult? |
The result of profiling a project.
|
| ProjectFile | string |
Gets or sets the full path of the project that started evaluation.
|