IBuildEngine Interface
.NET Framework 4.5
Provides a way for task authors to use a subset of the functionality of the MSBuild engine.
Namespace: Microsoft.Build.Framework
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
The IBuildEngine type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ColumnNumberOfTaskNode | Gets the line number of the task node within the project file that called it. |
![]() | ContinueOnError | Returns true if the ContinueOnError flag was set to true for this particular task in the project file. |
![]() | LineNumberOfTaskNode | Gets the line number of the task node within the project file that called it. |
![]() | ProjectFileOfTaskNode | Gets the full path to the project file that contained the call to this task. |
| Name | Description | |
|---|---|---|
![]() | BuildProjectFile | Initiates a build of a project file. If the build is successful, the outputs, if any, of the specified targets are returned. |
![]() | LogCustomEvent | Raises a custom event to all registered loggers. |
![]() | LogErrorEvent | Raises an error event to all registered loggers. |
![]() | LogMessageEvent | Raises a message event to all registered loggers. |
![]() | LogWarningEvent | Raises a warning event to all registered loggers. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
