C# 클래스 Utilities.WebBrowser.WebBrowserHelper

파일 보기 프로젝트 열기: FastSpring/FsprgEmbeddedStoreWin

공개 메소드들

메소드 설명
ClearCache ( ) : void

Clears the cache of the web browser

비공개 메소드들

메소드 설명
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

메소드 상세

ClearCache() 공개 정적인 메소드

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