C# Class SilverFactorial.BenchmarkApplication

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

Méthodes publiques

Méthode Description
About ( LoggedTextBox textBox ) : void
PrintAppAndSysProps ( LoggedTextBox textBox ) : void
ProcessorInfo ( ) : string
TimerProperties ( TextWriter writer ) : void

Method Details

About() public static méthode

public static About ( LoggedTextBox textBox ) : void
textBox LoggedTextBox
Résultat void

PrintAppAndSysProps() public static méthode

public static PrintAppAndSysProps ( LoggedTextBox textBox ) : void
textBox LoggedTextBox
Résultat void

ProcessorInfo() public static méthode

public static ProcessorInfo ( ) : string
Résultat string

TimerProperties() public static méthode

public static TimerProperties ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void