ManifestWriter 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.
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, Stream) |
Writes the specified object representation of a manifest to XML. |
WriteManifest(Manifest, String, String) |
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) |
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. |