C# Class hdsdump.Program

Afficher le fichier Open project: WendyH/hdsdump

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
Check4Redirect2Process ( string &args ) : bool

Method Details

Check4KnownLinks() public static méthode

public static Check4KnownLinks ( string sLink ) : bool
sLink string
Résultat bool

DebugLog() public static méthode

public static DebugLog ( string msg ) : void
msg string
Résultat void

FatalExceptionObject() public static méthode

public static FatalExceptionObject ( object exceptionObject ) : void
exceptionObject object
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Message() public static méthode

public static Message ( string msg ) : void
msg string
Résultat void

Quit() public static méthode

public static Quit ( string msg = "" ) : void
msg string
Résultat void

RegExMatch() public static méthode

public static RegExMatch ( string RegX, string wherelook, string &resultValue ) : bool
RegX string
wherelook string
resultValue string
Résultat bool

RegExMatch3() public static méthode

public static RegExMatch3 ( string RegX, string wherelook, string &resultValue1, string &resultValue2, string &resultValue3 ) : bool
RegX string
wherelook string
resultValue1 string
resultValue2 string
resultValue3 string
Résultat bool

ShowHeader() public static méthode

public static ShowHeader ( string header ) : void
header string
Résultat void

ShowTimeElapsed() public static méthode

public static ShowTimeElapsed ( string msg, bool start = false ) : void
msg string
start bool
Résultat void

StripHtml() public static méthode

public static StripHtml ( string source ) : string
source string
Résultat string

Property Details

debug public_oe static_oe property

public static bool debug
Résultat bool

duration public_oe static_oe property

public static int duration
Résultat int

fcontinue public_oe static_oe property

public static bool fcontinue
Résultat bool

filesize public_oe static_oe property

public static int filesize
Résultat int

fproxy public_oe static_oe property

public static bool fproxy
Résultat bool

logfile public_oe static_oe property

public static string logfile
Résultat string

manifest public_oe static_oe property

public static string manifest
Résultat string

outDir public_oe static_oe property

public static string outDir
Résultat string

outFile public_oe static_oe property

public static string outFile
Résultat string

play public_oe static_oe property

public static bool play
Résultat bool

redir2Prog public_oe static_oe property

public static System.Diagnostics.Process redir2Prog
Résultat System.Diagnostics.Process

redirect2prc public_oe static_oe property

public static bool redirect2prc
Résultat bool

showmlink public_oe static_oe property

public static bool showmlink
Résultat bool

showtime public_oe static_oe property

public static bool showtime
Résultat bool

skip public_oe static_oe property

public static string skip
Résultat string

start public_oe static_oe property

public static int start
Résultat int

sw public_oe static_oe property

public static System.Diagnostics.Stopwatch sw
Résultat System.Diagnostics.Stopwatch

threads public_oe static_oe property

public static int threads
Résultat int

waitkey public_oe static_oe property

public static bool waitkey
Résultat bool