C# Class NeHeLesson4.OpenGLViewController

Inheritance: UIViewController
Mostrar archivo Open project: bholmes/NeHe-MonoTouch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
OpenGLViewController ( string nibName, NSBundle bundle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OpenGLViewController() public method

public OpenGLViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void