HybridResourceManagerReleaseAllResources Method

Tells the resource manager to call the ResourceSet.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: 8.1.0
C#
public override void ReleaseAllResources()

Implements

IExpandoResourceManagerReleaseAllResources

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