System.Resources.ResXResourceReader.Dispose Method

Releases the unmanaged resources used by the System.Resources.ResXResourceReader and optionally releases the managed resources.

Syntax

protected virtual void Dispose (bool disposing)

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method can be called by either the ResXResourceReader.System#IDisposable#Dispose method or the object.Finalize method. ResXResourceReader.System#IDisposable#Dispose invokes this method with the disposing parameter set to true. object.Finalize invokes this method with disposing set to false.

When the disposing parameter is true, this method releases all resources held by any managed objects that this System.Resources.ResXResourceReader references. This method invokes the Dispose method of each referenced object.

Requirements

Namespace: System.Resources
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0