Task.BuildEngine Property

Definition

The build engine automatically sets this property to allow tasks to call back into it.

C#
public Microsoft.Build.Framework.IBuildEngine BuildEngine { get; set; }
C#
public Microsoft.Build.Framework.IBuildEngine BuildEngine { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

The build engine interface available to tasks.

Implements

Attributes

Remarks

The build engine automatically sets this property to allow tasks to call back into it.

Applies to

Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17