C# 클래스 Recipe1Dot4.HelloController

상속: UIViewController
파일 보기 프로젝트 열기: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
HelloController ( ) : System
HelloController ( IntPtr handle ) : System
LoadView ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

메소드 상세

HelloController() 공개 메소드

public HelloController ( ) : System
리턴 System

HelloController() 공개 메소드

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

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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