This topic has not yet been rated - Rate this topic

IBuildEngine Interface

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)
public interface IBuildEngine

The IBuildEngine type exposes the following members.

  Name Description
Public property ColumnNumberOfTaskNode Gets the line number of the task node within the project file that called it.
Public property ContinueOnError Returns true if the ContinueOnError flag was set to true for this particular task in the project file.
Public property LineNumberOfTaskNode Gets the line number of the task node within the project file that called it.
Public property ProjectFileOfTaskNode Gets the full path to the project file that contained the call to this task.
Top
  Name Description
Public method BuildProjectFile Initiates a build of a project file. If the build is successful, the outputs, if any, of the specified targets are returned.
Public method LogCustomEvent Raises a custom event to all registered loggers.
Public method LogErrorEvent Raises an error event to all registered loggers.
Public method LogMessageEvent Raises a message event to all registered loggers.
Public method LogWarningEvent Raises a warning event to all registered loggers.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ