Home
Library
Learn
Downloads
Support
Community
Sign in
|
United States - English
|
|
MSDN Library
patterns & practices
Solution Development Fundamentals
Unity Container
Unity 2.0 – April 2010
Microsoft.Practices.Unity Namespace
IUnityContainer Interface
IUnityContainer Methods
AddExtension Method
BuildUp Method
Configure Method
CreateChildContainer Method
RegisterInstance Method
RegisterType Method
RemoveAllExtensions Method
Resolve Method
ResolveAll Method
Teardown Method
0 out of 1 rated this helpful
-
Rate this topic
Teardown Method
Run an existing object through the container, and clean it up.
Namespace:
Microsoft.Practices.Unity
Assembly:
Microsoft.Practices.Unity
(in Microsoft.Practices.Unity.dll)
Syntax
C#
C++
JScript
VB
Copy
void
Teardown( Object o )
Parameters
o
Type:
System
.
.
::
.
Object
The object to tear down.
See Also
IUnityContainer Interface
Microsoft.Practices.Unity Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)