Свойство | Тип | Описание | |
---|---|---|---|
image_counter | int | ||
start | System.DateTime | ||
start_timer | System.DateTime[] | ||
write_console_only | bool | ||
write_log_and_console | bool |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public static DeleteAllOutput ( ) : void | ||
Результат | void |
public static GetDurationInSeconds ( ) : double | ||
Результат | double |
public static GetDurationInSeconds ( int i ) : double | ||
i | int | |
Результат | double |
public static SetDebugDir ( string dir ) : void | ||
dir | string | |
Результат | void |
public static SetLogDir ( string dir ) : void | ||
dir | string | |
Результат | void |
public static SetOutputDir ( string dir ) : void | ||
dir | string | |
Результат | void |
public static SetStartTime ( int i ) : void | ||
i | int | |
Результат | void |
public static Write ( string input ) : void | ||
input | string | |
Результат | void |
public static WriteBitmap ( |
||
srcimg | ||
fn | string | |
Результат | void |
public static WriteBitmap2Debug ( |
||
srcimg | ||
fn | string | |
Результат | void |
public static WriteBitmap2Debug ( string path, string fn ) : void | ||
path | string | |
fn | string | |
Результат | void |
public static WriteBitmap2DebugExactFileName ( |
||
srcimg | ||
fn | string | |
Результат | void |
public static WriteBitmap2DebugExactFileName ( string path, string fn ) : void | ||
path | string | |
fn | string | |
Результат | void |
public static WriteBitmap2FolderExactFileName ( string folder, |
||
folder | string | |
srcimg | ||
fn | string | |
Результат | void |
public static WriteBitmap2FolderExactFileName ( string folder, string path, string fn ) : void | ||
folder | string | |
path | string | |
fn | string | |
Результат | void |
public static WriteBitmap2Output ( |
||
srcimg | ||
fn | string | |
Результат | void |
public static WriteBitmap2Output ( string path, string fn ) : void | ||
path | string | |
fn | string | |
Результат | void |
public static WriteLine ( string input ) : void | ||
input | string | |
Результат | void |
public static DateTime[],System start_timer | ||
Результат | System.DateTime[] |
public static bool write_console_only | ||
Результат | bool |