C# 클래스 SilverFactorial.BenchmarkApplication

Interaction logic for Application.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: PeterLuschny/Fast-Factorial-Functions 1 사용 예제들

공개 메소드들

메소드 설명
About ( LoggedTextBox textBox ) : void
PrintAppAndSysProps ( LoggedTextBox textBox ) : void
ProcessorInfo ( ) : string
TimerProperties ( TextWriter writer ) : void

메소드 상세

About() 공개 정적인 메소드

public static About ( LoggedTextBox textBox ) : void
textBox LoggedTextBox
리턴 void

PrintAppAndSysProps() 공개 정적인 메소드

public static PrintAppAndSysProps ( LoggedTextBox textBox ) : void
textBox LoggedTextBox
리턴 void

ProcessorInfo() 공개 정적인 메소드

public static ProcessorInfo ( ) : string
리턴 string

TimerProperties() 공개 정적인 메소드

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