C# Class Utilities.WebBrowser.WebBrowserHelper

Mostra file Open project: FastSpring/FsprgEmbeddedStoreWin

Public Methods

Method Description
ClearCache ( ) : void

Clears the cache of the web browser

Private Methods

Method Description
DeleteUrlCacheEntry ( string lpszUrlName ) : bool
DeleteUrlCacheGroup ( long GroupId, int dwFlags, IntPtr lpReserved ) : bool
FindFirstUrlCacheEntry ( [ lpszUrlSearchPattern, IntPtr lpFirstCacheEntryInfo, int &lpdwFirstCacheEntryInfoBufferSize ) : IntPtr
FindFirstUrlCacheGroup ( int dwFlags, int dwFilter, IntPtr lpSearchCondition, int dwSearchCondition, long &lpGroupId, IntPtr lpReserved ) : IntPtr
FindNextUrlCacheEntry ( IntPtr hFind, IntPtr lpNextCacheEntryInfo, int &lpdwNextCacheEntryInfoBufferSize ) : bool
FindNextUrlCacheGroup ( IntPtr hFind, long &lpGroupId, IntPtr lpReserved ) : bool

Method Details

ClearCache() public static method

Clears the cache of the web browser
public static ClearCache ( ) : void
return void