Click or drag to resize

Module Properties

The Module type exposes the following members.

Properties
  NameDescription
Public propertyArchiveName
Returns the name of the archive this module originated from, or null if not applicable.
Public propertyImports
Returns the imports defined by the module.
Public propertyItems
Returns a list of statements (some may be comments only) that make up the module.
Public propertyModuleText
Returns module text.
Public propertyName
Returns the module name, if provided.
Public propertyUri
Returns the module URI if provided.
Public propertyUserObjectCompileTime
Returns the optional user object that may be attached to the module.
Public propertyUses
Returns the dependencies the module may have on other modules.
Top
See Also