Method | Description | |
---|---|---|
HtmlDecode ( string html ) : string | ||
RunTaskScheduler ( string taskName, string path ) : bool | ||
RunTaskScheduler ( string taskName, string path, string arguments ) : bool | ||
VerifyMD5 ( string path, string md5verify ) : bool | ||
addTrailingSlash ( string s ) : string | ||
hasKeyMessage ( ) : bool | ||
hasKeyMessage ( bool remove ) : bool | ||
stringToConcurrentQueue ( string f ) : ConcurrentQueue |
||
stringToList ( string f ) : List |
Method | Description | |
---|---|---|
PeekMessage ( System.Windows.Forms.MSG &lpMsg, int hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg ) : bool |
public static HtmlDecode ( string html ) : string | ||
html | string | |
return | string |
public static RunTaskScheduler ( string taskName, string path ) : bool | ||
taskName | string | |
path | string | |
return | bool |
public static RunTaskScheduler ( string taskName, string path, string arguments ) : bool | ||
taskName | string | |
path | string | |
arguments | string | |
return | bool |
public static VerifyMD5 ( string path, string md5verify ) : bool | ||
path | string | |
md5verify | string | |
return | bool |
public static addTrailingSlash ( string s ) : string | ||
s | string | |
return | string |
public static hasKeyMessage ( bool remove ) : bool | ||
remove | bool | |
return | bool |
public static stringToConcurrentQueue ( string f ) : ConcurrentQueue |
||
f | string | |
return | ConcurrentQueue |
public static stringToList ( string f ) : List |
||
f | string | |
return | List |