This documentation is archived and is not being maintained.
Toolset Class
Visual Studio 2010
Represents a Toolset in MSBuild. For more information about Toolsets, see Standard and Custom Toolset Configurations.
Assembly: Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)
The Toolset type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Toolset(String, String) | Creates a Toolset object. |
![]() | Toolset(String, String, BuildPropertyGroup) | Creates a Toolset object. |
| Name | Description | |
|---|---|---|
![]() | BuildProperties | Gets the BuildPropertyGroup that is used to set Toolset-specific custom properties. |
![]() | ToolsPath | Gets the path to the specified Toolset. |
![]() | ToolsVersion | Gets the version of the specified Toolset. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a copy of the specified Toolset. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
A Toolset object has a corresponding ToolsVersion value that represents the value of the ToolsVersion attribute on the Project Element (MSBuild) as well as a ToolsPath value that indicates where the Toolset is located.
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:
