IDisposable (System.IDisposable)

Inherits:

Interfaces:

Derived Types: 0

Assembly: mscorlib.dll

Defines a method to release allocated unmanaged resources.

VB.NET C#

C#

public interface IDisposable
{
}

Articles

Codemesh.JuggerNETHierarchy

JuggerNET Runtime Library ... Codemesh.JuggerNET.JavaProxyHelper  ----  System.IDisposable

AtomsFrameworkHierarchy

AtomsFramework Persistence Layer Reference Guide ... AtomsFramework.AtomsSqlStatement  ---- System.IDisposable

disposable

disposable. A disposable class is a class which implements the System.IDisposable interface, or is derived from a class implementing System.IDisposable

Mono Documentation

The methods of System.IDisposable are listed below. For a list of all members, see the IDisposable Members list. Public Methods

Mono Documentation

The members of System.IDisposable are listed below. [ ... Dispose () Performs application-defined tasks associated with freeing or ...

Hyperlinked ECMA C# Language Specification

... ElementType element = (ElementType)enumerator.Current; statement; } } finally { IDisposable disposable = enumerator as System.IDisposable; if (disposable ...

Hyperlinked ECMA C# Language Specification

... resource-acquisition ) embedded-statement resource-acquisition : local-variable-declaration expression Paragraph 2 1 A resource is a class or struct that implements System.IDisposable ...

IDisposable.Dispose Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. [Visual Basic] Sub Dispose() [C#] void Dispose(); [C++] void Dispose ...

IDisposable Interface (System)

Defines a method to release allocated resources. ... The primary use of this interface is to release unmanaged resources. The garbage collector automatically releases the memory ...

System.IDisposable Interface

Assembly mscorlib Library BCL Summary Implemented by classes that require explicit control over resource cleanup. Description Objects that need to free resources that cannot safely ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support