Glossary:Definition - Dispose
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Dispose | |
| Definition | Method for releasing resources acquired by an object. An implementation of the IDisposable interface, typically, the Dispose method is called by the destructor or Finalize method of the class.
| |
| See also | Destructor, Finalize
| |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||