This documentation is archived and is not being maintained.
ITaskFactory Interface
Visual Studio 2010
Interface that a task factory Instance should implement.
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
The ITaskFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FactoryName | Gets the name of the factory. |
![]() | TaskType | Gets the type of the task this factory will instantiate. |
| Name | Description | |
|---|---|---|
![]() | CleanupTask | Cleans up any context or state that may have been built up for a given task. |
![]() | CreateTask | Creates an instance of the task to be used in a batch. The task factory logging host will log messages in the context of the task. |
![]() | GetTaskParameters | Get the descriptions for all the task's parameters. |
![]() | Initialize | Initializes this factory for instantiating tasks with a particular inline task block. |
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.
Show:
