ManifestReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads an XML manifest file into an object representation.
public ref class ManifestReader abstract sealed
[System.Runtime.InteropServices.ComVisible(false)]
public static class ManifestReader
[<System.Runtime.InteropServices.ComVisible(false)>]
type ManifestReader = class
Public Class ManifestReader
- Inheritance
-
ManifestReader
- Attributes
Methods
ReadManifest(Stream, Boolean) |
Reads the specified manifest XML and returns an object representation. |
ReadManifest(String, Boolean) |
Reads the specified manifest XML and returns an object representation. |
ReadManifest(String, Stream, Boolean) |
Reads the specified manifest XML and returns an object representation. |
ReadManifest(String, String, Boolean) |
Reads the specified manifest XML and returns an object representation. |