System.Resources.ResourceSet.Dispose Method

Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.

Syntax

protected virtual void Dispose (bool disposing)

Parameters

disposing
Indicates whether the objects contained in the current instance should be explicitly closed.

Remarks

If the dispose parameter is true, the current method frees all the resources associated with it as well as with all objects associated with it. If dispose is false, the current method frees only the resources allocated to it, and ignores any objects associated with it.

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0