IExpandoResourceManagerReleaseAllResources Method

Tells the resource manager to call the Close method on all ResourceSet objects and release all resources. All unsaved resources will be lost.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
void ReleaseAllResources()

Remarks

  Caution

By calling this method all of the unsaved changes will be lost.

By the IsModified property you can check whether there are unsaved changes.

To save the changes you can call the SaveAllResources method.

Exceptions

See Also