C# Class hdsdump.Program

Datei anzeigen Open project: WendyH/hdsdump

Public Properties

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

Public Methods

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

Private Methods

Method Description
Check4Redirect2Process ( string &args ) : bool

Method Details

Check4KnownLinks() public static method

public static Check4KnownLinks ( string sLink ) : bool
sLink string
return bool

DebugLog() public static method

public static DebugLog ( string msg ) : void
msg string
return void

FatalExceptionObject() public static method

public static FatalExceptionObject ( object exceptionObject ) : void
exceptionObject object
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

Message() public static method

public static Message ( string msg ) : void
msg string
return void

Quit() public static method

public static Quit ( string msg = "" ) : void
msg string
return void

RegExMatch() public static method

public static RegExMatch ( string RegX, string wherelook, string &resultValue ) : bool
RegX string
wherelook string
resultValue string
return bool

RegExMatch3() public static method

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

ShowHeader() public static method

public static ShowHeader ( string header ) : void
header string
return void

ShowTimeElapsed() public static method

public static ShowTimeElapsed ( string msg, bool start = false ) : void
msg string
start bool
return void

StripHtml() public static method

public static StripHtml ( string source ) : string
source string
return string

Property Details

debug public_oe static_oe property

public static bool debug
return bool

duration public_oe static_oe property

public static int duration
return int

fcontinue public_oe static_oe property

public static bool fcontinue
return bool

filesize public_oe static_oe property

public static int filesize
return int

fproxy public_oe static_oe property

public static bool fproxy
return bool

logfile public_oe static_oe property

public static string logfile
return string

manifest public_oe static_oe property

public static string manifest
return string

outDir public_oe static_oe property

public static string outDir
return string

outFile public_oe static_oe property

public static string outFile
return string

play public_oe static_oe property

public static bool play
return bool

redir2Prog public_oe static_oe property

public static System.Diagnostics.Process redir2Prog
return System.Diagnostics.Process

redirect2prc public_oe static_oe property

public static bool redirect2prc
return bool

showmlink public_oe static_oe property

public static bool showmlink
return bool

showtime public_oe static_oe property

public static bool showtime
return bool

skip public_oe static_oe property

public static string skip
return string

start public_oe static_oe property

public static int start
return int

sw public_oe static_oe property

public static System.Diagnostics.Stopwatch sw
return System.Diagnostics.Stopwatch

threads public_oe static_oe property

public static int threads
return int

waitkey public_oe static_oe property

public static bool waitkey
return bool