C# 클래스 hdsdump.Program

파일 보기 프로젝트 열기: WendyH/hdsdump

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Check4Redirect2Process ( string &args ) : bool

메소드 상세

Check4KnownLinks() 공개 정적인 메소드

public static Check4KnownLinks ( string sLink ) : bool
sLink string
리턴 bool

DebugLog() 공개 정적인 메소드

public static DebugLog ( string msg ) : void
msg string
리턴 void

FatalExceptionObject() 공개 정적인 메소드

public static FatalExceptionObject ( object exceptionObject ) : void
exceptionObject object
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Message() 공개 정적인 메소드

public static Message ( string msg ) : void
msg string
리턴 void

Quit() 공개 정적인 메소드

public static Quit ( string msg = "" ) : void
msg string
리턴 void

RegExMatch() 공개 정적인 메소드

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

RegExMatch3() 공개 정적인 메소드

public static RegExMatch3 ( string RegX, string wherelook, string &resultValue1, string &resultValue2, string &resultValue3 ) : bool
RegX string
wherelook string
resultValue1 string
resultValue2 string
resultValue3 string
리턴 bool

ShowHeader() 공개 정적인 메소드

public static ShowHeader ( string header ) : void
header string
리턴 void

ShowTimeElapsed() 공개 정적인 메소드

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

StripHtml() 공개 정적인 메소드

public static StripHtml ( string source ) : string
source string
리턴 string

프로퍼티 상세

debug 공개적으로 정적으로 프로퍼티

public static bool debug
리턴 bool

duration 공개적으로 정적으로 프로퍼티

public static int duration
리턴 int

fcontinue 공개적으로 정적으로 프로퍼티

public static bool fcontinue
리턴 bool

filesize 공개적으로 정적으로 프로퍼티

public static int filesize
리턴 int

fproxy 공개적으로 정적으로 프로퍼티

public static bool fproxy
리턴 bool

logfile 공개적으로 정적으로 프로퍼티

public static string logfile
리턴 string

manifest 공개적으로 정적으로 프로퍼티

public static string manifest
리턴 string

outDir 공개적으로 정적으로 프로퍼티

public static string outDir
리턴 string

outFile 공개적으로 정적으로 프로퍼티

public static string outFile
리턴 string

play 공개적으로 정적으로 프로퍼티

public static bool play
리턴 bool

redir2Prog 공개적으로 정적으로 프로퍼티

public static System.Diagnostics.Process redir2Prog
리턴 System.Diagnostics.Process

redirect2prc 공개적으로 정적으로 프로퍼티

public static bool redirect2prc
리턴 bool

showmlink 공개적으로 정적으로 프로퍼티

public static bool showmlink
리턴 bool

showtime 공개적으로 정적으로 프로퍼티

public static bool showtime
리턴 bool

skip 공개적으로 정적으로 프로퍼티

public static string skip
리턴 string

start 공개적으로 정적으로 프로퍼티

public static int start
리턴 int

sw 공개적으로 정적으로 프로퍼티

public static System.Diagnostics.Stopwatch sw
리턴 System.Diagnostics.Stopwatch

threads 공개적으로 정적으로 프로퍼티

public static int threads
리턴 int

waitkey 공개적으로 정적으로 프로퍼티

public static bool waitkey
리턴 bool