C# 클래스 AndroidAgent.MainActivity

상속: Android.App.Activity
파일 보기 프로젝트 열기: xamarin/benchmarker

보호된 메소드들

메소드 설명
OnCreate ( Bundle savedInstanceState ) : void

비공개 메소드들

메소드 설명
DetermineCommit ( ) : Benchmarker.Models.Commit
GetMonoVersion ( ) : string
InitCommons ( string githubAPIKey, string httpAPITokens ) : void
Iteration ( string benchmark, int iteration, bool isDryRun ) : Run
MainActivity ( ) : System
RunBenchmark ( long runSetId, string benchmarkName, string machineName, string architecture, string configName ) : void
SetStartButtonText ( string text ) : void

메소드 상세

OnCreate() 보호된 메소드

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
리턴 void