ManifestReader Class
Reads an XML manifest file into an object representation.
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.
Inheritance Hierarchy
System.Object
Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestReader
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ManifestReader
[ComVisibleAttribute(false)]
public static class ManifestReader
[ComVisibleAttribute(false)]
public ref class ManifestReader abstract sealed
[<AbstractClass>]
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ManifestReader = class end
public final class ManifestReader
Methods
Name | Description | |
---|---|---|
ReadManifest(Stream, Boolean) | Reads the specified manifest XML and returns an object representation.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. | |
ReadManifest(String, Boolean) | Reads the specified manifest XML and returns an object representation.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. | |
ReadManifest(String, Stream, Boolean) | Reads the specified manifest XML and returns an object representation.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. | |
ReadManifest(String, String, Boolean) | Reads the specified manifest XML and returns an object representation.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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace