Property | Type | Description | |
---|---|---|---|
debug | bool | ||
duration | int | ||
fcontinue | bool | ||
filesize | int | ||
fproxy | bool | ||
logfile | string | ||
manifest | string | ||
outDir | string | ||
outFile | string | ||
play | bool | ||
redir2Prog | System.Diagnostics.Process | ||
redirect2prc | bool | ||
showmlink | bool | ||
showtime | bool | ||
skip | string | ||
start | int | ||
sw | System.Diagnostics.Stopwatch | ||
threads | int | ||
waitkey | bool |
Method | Description | |
---|---|---|
Check4KnownLinks ( string sLink ) : bool | ||
DebugLog ( string msg ) : void | ||
FatalExceptionObject ( object exceptionObject ) : void | ||
Main ( string args ) : void | ||
Message ( string msg ) : void | ||
Quit ( string msg = "" ) : void | ||
RegExMatch ( string RegX, string wherelook, string &resultValue ) : bool | ||
RegExMatch3 ( string RegX, string wherelook, string &resultValue1, string &resultValue2, string &resultValue3 ) : bool | ||
ShowHeader ( string header ) : void | ||
ShowTimeElapsed ( string msg, bool start = false ) : void | ||
StripHtml ( string source ) : string |
Method | Description | |
---|---|---|
Check4Redirect2Process ( string &args ) : bool |
public static Check4KnownLinks ( string sLink ) : bool | ||
sLink | string | |
return | bool |
public static FatalExceptionObject ( object exceptionObject ) : void | ||
exceptionObject | object | |
return | void |
public static RegExMatch ( string RegX, string wherelook, string &resultValue ) : bool | ||
RegX | string | |
wherelook | string | |
resultValue | string | |
return | bool |
public static RegExMatch3 ( string RegX, string wherelook, string &resultValue1, string &resultValue2, string &resultValue3 ) : bool | ||
RegX | string | |
wherelook | string | |
resultValue1 | string | |
resultValue2 | string | |
resultValue3 | string | |
return | bool |
public static ShowHeader ( string header ) : void | ||
header | string | |
return | void |
public static ShowTimeElapsed ( string msg, bool start = false ) : void | ||
msg | string | |
start | bool | |
return | void |
public static StripHtml ( string source ) : string | ||
source | string | |
return | string |
public static System.Diagnostics.Process redir2Prog | ||
return | System.Diagnostics.Process |
public static System.Diagnostics.Stopwatch sw | ||
return | System.Diagnostics.Stopwatch |