IContainer Methods
.NET Framework 4.5
The IContainer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(IComponent) | Adds the specified IComponent to the IContainer at the end of the list. |
|
Add(IComponent, String) | Adds the specified IComponent to the IContainer at the end of the list, and assigns a name to the component. |
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
|
Remove | Removes a component from the IContainer. |