C# Class TAP.Core.TAPApp

Exibir arquivo Open project: tnwinc/TAP.Net Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
IsOutdated ( string obj, string src ) : bool
OutputHelp ( ) : void
ReadArgs ( string args ) : void
WriteTemplate ( string name ) : void

Method Details

DLog() public static method

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

ELog() public static method

public static ELog ( string s ) : void
s string
return void

FixPathSep() public static method

public static FixPathSep ( string path ) : string
path string
return string

Log() public static method

public static Log ( string s ) : void
s string
return void

Main() public static method

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

PdbFromExe() public static method

public static PdbFromExe ( string exe ) : string
exe string
return string

VLog() public static method

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

Property Details

DebugVerbose public_oe static_oe property

public static int DebugVerbose
return int

Elapsed public_oe static_oe property

public static bool Elapsed
return bool

Format public_oe static_oe property

public static string Format
return string

HorizontalThreshold public_oe static_oe property

public static int HorizontalThreshold
return int

MaxTasks public_oe static_oe property

public static int MaxTasks
return int

Out public_oe static_oe property

public static TextWriter,System.IO Out
return System.IO.TextWriter

Paths public_oe static_oe property

public static List Paths
return List

Refs public_oe static_oe property

public static List Refs
return List

Subject public_oe static_oe property

public static string Subject
return string

Unordered public_oe static_oe property

public static bool Unordered
return bool

Verbose public_oe static_oe property

public static int Verbose
return int

Zero public_oe static_oe property

public static bool Zero
return bool