C# Class SilverFactorial.BenchmarkApplication

Interaction logic for Application.xaml
Inheritance: System.Windows.Application
Show file Open project: PeterLuschny/Fast-Factorial-Functions Class Usage Examples

Public Methods

Method Description
About ( LoggedTextBox textBox ) : void
PrintAppAndSysProps ( LoggedTextBox textBox ) : void
ProcessorInfo ( ) : string
TimerProperties ( TextWriter writer ) : void

Method Details

About() public static method

public static About ( LoggedTextBox textBox ) : void
textBox LoggedTextBox
return void

PrintAppAndSysProps() public static method

public static PrintAppAndSysProps ( LoggedTextBox textBox ) : void
textBox LoggedTextBox
return void

ProcessorInfo() public static method

public static ProcessorInfo ( ) : string
return string

TimerProperties() public static method

public static TimerProperties ( TextWriter writer ) : void
writer System.IO.TextWriter
return void