Property | Type | Description | |
---|---|---|---|
image_counter | int | ||
start | System.DateTime | ||
start_timer | System.DateTime[] | ||
write_console_only | bool | ||
write_log_and_console | bool |
Method | Description | |
---|---|---|
ArchiveLog ( ) : void | ||
DeleteAll ( ) : void | ||
DeleteAll ( string dir ) : void | ||
DeleteAllDebug ( ) : void | ||
DeleteAllOutput ( ) : void | ||
GetDurationInSeconds ( ) : double | ||
GetDurationInSeconds ( int i ) : double | ||
Log ( ) : System | ||
SetDebugDir ( string dir ) : void | ||
SetLogDir ( string dir ) : void | ||
SetOutputDir ( string dir ) : void | ||
SetStartTime ( ) : void | ||
SetStartTime ( int i ) : void | ||
Write ( string input ) : void | ||
WriteBitmap ( |
||
WriteBitmap2Debug ( |
||
WriteBitmap2Debug ( string path, string fn ) : void | ||
WriteBitmap2DebugExactFileName ( |
||
WriteBitmap2DebugExactFileName ( string path, string fn ) : void | ||
WriteBitmap2FolderExactFileName ( string folder, |
||
WriteBitmap2FolderExactFileName ( string folder, string path, string fn ) : void | ||
WriteBitmap2Output ( |
||
WriteBitmap2Output ( string path, string fn ) : void | ||
WriteLine ( string input ) : void |
public static DeleteAll ( string dir ) : void | ||
dir | string | |
return | void |
public static GetDurationInSeconds ( ) : double | ||
return | double |
public static GetDurationInSeconds ( int i ) : double | ||
i | int | |
return | double |
public static SetDebugDir ( string dir ) : void | ||
dir | string | |
return | void |
public static SetLogDir ( string dir ) : void | ||
dir | string | |
return | void |
public static SetOutputDir ( string dir ) : void | ||
dir | string | |
return | void |
public static WriteBitmap ( |
||
srcimg | ||
fn | string | |
return | void |
public static WriteBitmap2Debug ( |
||
srcimg | ||
fn | string | |
return | void |
public static WriteBitmap2Debug ( string path, string fn ) : void | ||
path | string | |
fn | string | |
return | void |
public static WriteBitmap2DebugExactFileName ( |
||
srcimg | ||
fn | string | |
return | void |
public static WriteBitmap2DebugExactFileName ( string path, string fn ) : void | ||
path | string | |
fn | string | |
return | void |
public static WriteBitmap2FolderExactFileName ( string folder, |
||
folder | string | |
srcimg | ||
fn | string | |
return | void |
public static WriteBitmap2FolderExactFileName ( string folder, string path, string fn ) : void | ||
folder | string | |
path | string | |
fn | string | |
return | void |
public static WriteBitmap2Output ( |
||
srcimg | ||
fn | string | |
return | void |
public static WriteBitmap2Output ( string path, string fn ) : void | ||
path | string | |
fn | string | |
return | void |
public static WriteLine ( string input ) : void | ||
input | string | |
return | void |
public static DateTime[],System start_timer | ||
return | System.DateTime[] |