Container Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(IComponent^) | |
![]() | Add(IComponent^, String^) | |
![]() | CreateSite(IComponent^, String^) | Creates a site ISite for the given IComponent and assigns the given name to the site. |
![]() | Dispose() | Releases all resources used by the Container. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Container, and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases unmanaged resources and performs other cleanup operations before the Container is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets the service object of the specified type, if it is available. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(IComponent^) | Removes a component from the Container. |
![]() | RemoveWithoutUnsiting(IComponent^) | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateName(IComponent^, String^) | Determines whether the component name is unique for this container. |

