Container Methods
.NET Framework 4.5
The Container type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(IComponent) | Adds the specified Component to the Container. The component is unnamed. |
|
Add(IComponent, String) | Adds the specified Component to the Container and assigns it a name. |
|
CreateSite | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetService | Gets the service object of the specified type, if it is available. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes a component from the Container. |
|
RemoveWithoutUnsiting | Removes a component from the Container without setting Site to null. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ValidateName | Determines whether the component name is unique for this container. |