C# Class RPS.Utils

ファイルを表示 Open project: marijnkampf/Random-Photo-Screensaver

Public Methods

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

Private Methods

Method Description
PeekMessage ( System.Windows.Forms.MSG &lpMsg, int hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg ) : bool

Method Details

HtmlDecode() public static method

public static HtmlDecode ( string html ) : string
html string
return string

RunTaskScheduler() public static method

public static RunTaskScheduler ( string taskName, string path ) : bool
taskName string
path string
return bool

RunTaskScheduler() public static method

public static RunTaskScheduler ( string taskName, string path, string arguments ) : bool
taskName string
path string
arguments string
return bool

VerifyMD5() public static method

public static VerifyMD5 ( string path, string md5verify ) : bool
path string
md5verify string
return bool

addTrailingSlash() public static method

public static addTrailingSlash ( string s ) : string
s string
return string

hasKeyMessage() public static method

public static hasKeyMessage ( ) : bool
return bool

hasKeyMessage() public static method

public static hasKeyMessage ( bool remove ) : bool
remove bool
return bool

stringToConcurrentQueue() public static method

public static stringToConcurrentQueue ( string f ) : ConcurrentQueue
f string
return ConcurrentQueue

stringToList() public static method

public static stringToList ( string f ) : List
f string
return List