|
AddImportModule(IModule)
|
Adds the specified Module as a module that imports the shared construct
|
|
GetImportModule(Integer)
|
Accessor method for the ImportModule property
|
|
GetImportModuleCount
|
Accessor method for the ImportModuleCount property
|
|
GetModule
|
Accessor method for the Module property
|
|
IndexOfImportModule(IModule)
|
Returns the index in the import list of the specified module. If the module is not found, the function returns -1.
|
|
IsShared
|
Returns true if the construct is shared between modules
|
|
RemoveImportModule(IModule)
|
Removes the module from the import list. The index of item removed is returned, or -1 if the name was not found
|
|
SetModule(IModule)
|
Accessor method for the Module property
|