This topic has not yet been rated - Rate this topic

IBuildEngine3 Interface

This interface extends IBuildEngine to provide a method allowing building project files in parallel.

Namespace:  Microsoft.Build.Framework
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
public interface IBuildEngine3 : IBuildEngine2, 
	IBuildEngine

The IBuildEngine3 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. (Inherited from IBuildEngine.)
Public property ContinueOnError Returns true if the ContinueOnError flag was set to true for this particular task in the project file. (Inherited from IBuildEngine.)
Public property IsRunningMultipleNodes Returns whether the system is running in single- or multi-processor mode. (Inherited from IBuildEngine2.)
Public property LineNumberOfTaskNode Gets the line number of the task node within the project file that called it. (Inherited from IBuildEngine.)
Public property ProjectFileOfTaskNode Gets the full path to the project file that contained the call to this task. (Inherited from IBuildEngine.)
Top
  Name Description
Public method BuildProjectFile(String, String[], IDictionary, IDictionary) Initiates a build of a project file. If the build is successful, the outputs, if any, of the specified targets are returned. (Inherited from IBuildEngine.)
Public method BuildProjectFile(String, String[], IDictionary, IDictionary, String) Initiates a build of a project file. If the build is successful, the outputs of the specified targets are returned, if any exist. (Inherited from IBuildEngine2.)
Public method BuildProjectFilesInParallel(String[], String[], IDictionary[], IList<String>[], String[], Boolean) Allows tasks to initiate a build on a project file
Public method BuildProjectFilesInParallel(String[], String[], IDictionary[], IDictionary[], String[], Boolean, Boolean) Allows tasks to initiate parallel builds of the specified project files on systems with multiple processors or multiple core processors. If the builds are successful, the outputs of the specified targets are returned, if any exist. (Inherited from IBuildEngine2.)
Public method LogCustomEvent Raises a custom event to all registered loggers. (Inherited from IBuildEngine.)
Public method LogErrorEvent Raises an error event to all registered loggers. (Inherited from IBuildEngine.)
Public method LogMessageEvent Raises a message event to all registered loggers. (Inherited from IBuildEngine.)
Public method LogWarningEvent Raises a warning event to all registered loggers. (Inherited from IBuildEngine.)
Public method Reacquire Waits to reacquire control after yielding.
Public method Yield Informs the system that this task has a long-running out-of-process component and other work can be done in the build while that work completes.
Top

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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