The IModule interface contains basic properties of modules and forms of development environment.
Property name | Brief description | |
Assembly | The Assembly property returns parameters of the temporary assembly that corresponds to the given object. | |
Modified | The Modified property indicates whether any unsaved changes exist. | |
ParentAssembly | The ParentAssembly property returns description of the parent assembly. | |
Standalone | The Standalone property returns whether the object is present in the assembly. | |
Text | The Text property determines text of the module. |
See also: