ToolTask Constructors

Definition

Initializes a new instance of the ToolTask class.

Overloads

ToolTask()

Protected constructor

ToolTask(ResourceManager)

Protected constructor

ToolTask(ResourceManager, String)

Protected constructor

ToolTask()

Source:
ToolTask.cs

Protected constructor

C#
protected ToolTask();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ToolTask(ResourceManager)

Source:
ToolTask.cs

Protected constructor

C#
protected ToolTask(System.Resources.ResourceManager taskResources);

Parameters

taskResources
ResourceManager

The resource manager for task resources

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ToolTask(ResourceManager, String)

Source:
ToolTask.cs

Protected constructor

C#
protected ToolTask(System.Resources.ResourceManager taskResources, string helpKeywordPrefix);

Parameters

taskResources
ResourceManager

The resource manager for task resources

helpKeywordPrefix
String

The help keyword prefix for task's messages

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1