C# Class Recipe1Dot4.HelloController

Inheritance: UIViewController
Afficher le fichier Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
HelloController ( ) : System
HelloController ( IntPtr handle ) : System
LoadView ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Method Details

HelloController() public méthode

public HelloController ( ) : System
Résultat System

HelloController() public méthode

public HelloController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

LoadView() public méthode

public LoadView ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool