ITask Interface

Definition

Defines a task, which is a unit of executable code used by MSBuild to perform build operations.

public interface class ITask
public interface ITask
type ITask = interface
Public Interface ITask

Methods

Perform(ITaskExecutionContext)

Indicates a method that performs the task.

Script(ITaskExecutionContext, ISfcScriptCollector)

Generates a script and writes it to the provided script writer.

Applies to