C# 클래스 TAP.Core.TAPApp

파일 보기 프로젝트 열기: tnwinc/TAP.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DebugVerbose int
Elapsed bool
Format string
HorizontalThreshold int
MaxTasks int
Out System.IO.TextWriter
Paths List
Refs List
Subject string
Unordered bool
Verbose int
Zero bool

공개 메소드들

메소드 설명
DLog ( int v, string s ) : void
ELog ( string s ) : void
FixPathSep ( string path ) : string
Log ( string s ) : void
Main ( string args ) : int
PdbFromExe ( string exe ) : string
VLog ( int v, string s ) : void

비공개 메소드들

메소드 설명
IsOutdated ( string obj, string src ) : bool
OutputHelp ( ) : void
ReadArgs ( string args ) : void
WriteTemplate ( string name ) : void

메소드 상세

DLog() 공개 정적인 메소드

public static DLog ( int v, string s ) : void
v int
s string
리턴 void

ELog() 공개 정적인 메소드

public static ELog ( string s ) : void
s string
리턴 void

FixPathSep() 공개 정적인 메소드

public static FixPathSep ( string path ) : string
path string
리턴 string

Log() 공개 정적인 메소드

public static Log ( string s ) : void
s string
리턴 void

Main() 공개 정적인 메소드

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

PdbFromExe() 공개 정적인 메소드

public static PdbFromExe ( string exe ) : string
exe string
리턴 string

VLog() 공개 정적인 메소드

public static VLog ( int v, string s ) : void
v int
s string
리턴 void

프로퍼티 상세

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

public static int DebugVerbose
리턴 int

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

public static bool Elapsed
리턴 bool

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

public static string Format
리턴 string

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

public static int HorizontalThreshold
리턴 int

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

public static int MaxTasks
리턴 int

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

public static TextWriter,System.IO Out
리턴 System.IO.TextWriter

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

public static List Paths
리턴 List

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

public static List Refs
리턴 List

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

public static string Subject
리턴 string

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

public static bool Unordered
리턴 bool

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

public static int Verbose
리턴 int

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

public static bool Zero
리턴 bool