ManifestWriter Class

Definition

Writes object representation of a manifest to XML.

public ref class ManifestWriter abstract sealed
[System.Runtime.InteropServices.ComVisible(false)]
public static class ManifestWriter
[<System.Runtime.InteropServices.ComVisible(false)>]
type ManifestWriter = class
Public Class ManifestWriter
Inheritance
ManifestWriter
Attributes

Methods

WriteManifest(Manifest)

Writes the specified object representation of a manifest to XML. The name of the output file is inferred from the SourcePath property of the manifest.

WriteManifest(Manifest, Stream)

Writes the specified object representation of a manifest to XML.

WriteManifest(Manifest, String)

Writes the specified object representation of a manifest to XML.

WriteManifest(Manifest, String, String)

Writes the specified object representation of a manifest to XML.

Applies to