GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / ClearCachedImage Method / ClearCachedImage(ResourceManager,String,CultureInfo) Method
a ResourceManager
the name of a particular image object; if this value is null, this clears all cached images associated with the resmgr
a CultureInfo
In This Topic
    ClearCachedImage(ResourceManager,String,CultureInfo) Method
    In This Topic
    Remove any cached image identified by a ResourceManager and a name in a particular culture.
    Syntax
    public static void ClearCachedImage( 
       ResourceManager resmgr,
       string name,
       CultureInfo cinfo
    )

    Parameters

    resmgr
    a ResourceManager
    name
    the name of a particular image object; if this value is null, this clears all cached images associated with the resmgr
    cinfo
    a CultureInfo
    Remarks
    Calling this method does not modify any existing GoImage, so no Images will be "lost". However, future calls to LoadImage will have to re-load any image with the given name from the given ResourceManager.
    See Also