Container::Dispose Method ()
.NET Framework (current version)
Releases all resources used by the Container.
Assembly: System (in System.dll)
Call Dispose when you are finished using the Container. The Dispose method leaves the Container in an unusable state. After calling Dispose, you must release all references to the Container so the garbage collector can reclaim the memory that the Container was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
.NET Framework
Available since 1.1
Available since 1.1
Show:
