ResXResourceManagerReleaseAllResources Method

Disposes all of the cached ResXResourceSet instances and releases all resources.

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