The AssemblyComponentWriter class handles creating the manifest for Assembly Component(s)

Namespace: DotNetNuke.Services.Installer.Writers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class AssemblyComponentWriter : FileComponentWriter
Visual Basic
Public Class AssemblyComponentWriter
	Inherits FileComponentWriter

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Installer.Writers..::..FileComponentWriter
    DotNetNuke.Services.Installer.Writers..::..AssemblyComponentWriter

See Also