C# Class android.app.Application

Inheritance: android.content.ContextWrapper, android.content.ComponentCallbacks
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
onConfigurationChanged ( android arg0 ) : void
onCreate ( ) : void
onLowMemory ( ) : void
onTerminate ( ) : void

Protected Methods

Method Description
Application ( global @__env )

Private Methods

Method Description
Application ( )

Method Details

Application() protected method

protected Application ( global @__env )
@__env global

onConfigurationChanged() public method

public onConfigurationChanged ( android arg0 ) : void
arg0 android
return void

onCreate() public method

public onCreate ( ) : void
return void

onLowMemory() public method

public onLowMemory ( ) : void
return void

onTerminate() public method

public onTerminate ( ) : void
return void