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

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

Syntax

C#
public class AssemblyComponentWriter : FileComponentWriter
Visual Basic (Declaration)
Public Class AssemblyComponentWriter _
	Inherits FileComponentWriter
Visual C++
public ref class AssemblyComponentWriter : public FileComponentWriter

Remarks

Inheritance Hierarchy

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

See Also