The ModulePackageWriter type exposes the following members.

Properties

  NameDescription
Public propertyAppCodeFiles
Gets a Dictionary of AppCodeFiles that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyAppCodePath
Gets and sets the Path for the Package's app code files
(Inherited from PackageWriterBase.)
Public propertyAssemblies
Gets a Dictionary of Assemblies that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyAssemblyPath
Gets and sets the Path for the Package's assemblies
(Inherited from PackageWriterBase.)
Public propertyBasePath
Gets and sets the Base Path for the Package
(Inherited from PackageWriterBase.)
Public propertyCleanUpFiles
Gets a Dictionary of CleanUpFiles that should be included in the Package
(Inherited from PackageWriterBase.)
Protected propertyDependencies (Overrides PackageWriterBase..::..Dependencies.)
Public propertyDesktopModule
Gets the associated Desktop Module
Public propertyFiles
Gets a Dictionary of Files that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyHasProjectFile
Gets and sets whether a project file is found in the folder
(Inherited from PackageWriterBase.)
Public propertyIncludeAssemblies
Gets whether to include Assemblies
(Inherited from PackageWriterBase.)
Public propertyLegacyError
Gets and sets whether there are any errors in parsing legacy packages
(Inherited from PackageWriterBase.)
Public propertyLog
Gets the Logger
(Inherited from PackageWriterBase.)
Public propertyPackage
Gets the associated Package
(Inherited from PackageWriterBase.)
Public propertyResources
Gets a Dictionary of Resources that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyScripts
Gets a Dictionary of Scripts that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyVersions
Gets a List of Versions that should be included in the Package
(Inherited from PackageWriterBase.)

See Also