Page tree
Skip to end of metadata
Go to start of metadata

Modules can consist of one or more dependency files (data files, dlls, help files etc) and the host framework needs to know which file is the one that will provide the core interface functions for your module. To specify this, you need to add the entryPoint attribute to the manifest file for the appropriate dependency.

For example, the sample file below shows that MyModule.dll will be used as the entry point:

  • No labels