The IForeNETAssemblyModules interface contains properties and methods used to work with collection of .NET assembly units.
Property name | Brief description | |
Count | The Count property returns the number of .NET units in .NET assembly. | |
Item | The Item property returns the parameters of a specified .NET unit. |
Method name | Brief description | |
FindById | The FindById method searches the .NET unit by identifier. | |
FindByKey | The FindByKey method searches the .NET unit by key. |
See also: