![]() | Module Properties |
The Module type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArchiveName | Returns the name of the archive this module originated from, or null if not applicable. |
![]() | Imports | Returns the imports defined by the module. |
![]() | Items | Returns a list of statements (some may be comments only) that make up the module. |
![]() | ModuleText | Returns module text. |
![]() | Name | Returns the module name, if provided. |
![]() | Uri | Returns the module URI if provided. |
![]() | UserObjectCompileTime | Returns the optional user object that may be attached to the module. |
![]() | Uses | Returns the dependencies the module may have on other modules. |