C# 클래스 iOS.iOSViewController

상속: UIViewController
파일 보기 프로젝트 열기: xamarin/mobile-samples

공개 메소드들

메소드 설명
DownloadHomepageAsync ( ) : Task
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
iOSViewController ( IntPtr handle ) : System

비공개 메소드들

메소드 설명
Naysync_TouchUpInside ( UIButton sender ) : void
SaveBytesToFileAsync ( byte bytesToSave, string fileName ) : Task

메소드 상세

DownloadHomepageAsync() 공개 메소드

public DownloadHomepageAsync ( ) : Task
리턴 Task

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

iOSViewController() 공개 메소드

public iOSViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System