ManifestReader Class

Definition

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.

Applies to