Note
When calling this method all possible unsaved resource changes will be lost.
public static void ReleaseAllResources()
Public Shared Sub ReleaseAllResources
public:
static void ReleaseAllResources()
static member ReleaseAllResources : unit -> unit
This method forces all DynamicResourceManager instances with centralized settings to drop all currently loaded resource sets.
It can be useful if we saved new .resx files and we want to ensure that all centralized DynamicResourceManager instances reload or regenerate the resource sets when they attempt to access a resource for the next time.