Utilities Class

 

Contains utility methods used by MSBuild. This class cannot be inherited.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:   Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

System::Object
  Microsoft.Build.BuildEngine::Utilities

public ref class Utilities abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEscape(String^)

Converts the specified string into a syntax that allows the MSBuild engine to interpret the character literally.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: