Share via


ManifestType Class

Microsoft Robotics Class Reference

Dss Service Manifest, used for instantiating services

Namespace: Microsoft.Dss.Core.Manifest
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[XmlRootAttribute("Manifest", Namespace = "https://schemas.microsoft.com/xw/2004/10/manifest.html", 
    IsNullable = false)]
[XmlTypeAttribute(Namespace = "https://schemas.microsoft.com/xw/2004/10/manifest.html")]
public class ManifestType : ICloneable, 
    IDssSerializable

Remarks

Manifest instances can be read as serialized XML documents on node startup or send as messages to the ManifestLoaderClient

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Dss.Core.Manifest..::..ManifestType

See Also

ManifestType Members

Microsoft.Dss.Core.Manifest Namespace