The IForeNETAssemblyReferences interface contains properties and methods used to work with collection of links to .NET assembly of platform.
Property name | Brief description | |
Count | The Count property returns the number of links to .NET assembly of platform available in the current assembly. | |
Item | The Item property returns parameters of link to .NET assembly by link index. |
Method name | Brief description | |
Add | The Add method adds a link to a repository .NET assembly. | |
Clear | The Clear method deletes all links to a repository .NET assembly. | |
FindById | The FindById method searches the links to .NET assembly by identifier and returns parameters of the link in the case of successful search. | |
FindByKey | The FindByKey method searches the link to .NET assembly by key and returns parameters of the link in case of successful search. | |
Remove | The Remove method removes the link to repository .NET assembly by link index and returns whether it was removed successfully. | |
RemoveByKey | The RemoveByKey method removes the link to repository .NET assembly by key of .NET assembly and returns whether it was removed successfully. |
See also: