C# Class Accelerometer.Program

Inheritance: Kernel
Afficher le fichier Open project: Syderis/CellSDK-Tutorials Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance Program

Méthodes publiques

Méthode Description
Exit ( ) : void

Exit Method.

FinishedLaunching ( UIApplication app ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

The main entry point for the application.

OnCreate ( Bundle savedInstanceState ) : void

The main method which loads Application.

OnPause ( ) : void

The application's activity pauses the execution

OnResume ( ) : void

The application's activity resumes the execution

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

Exit() public méthode

Exit Method.
public Exit ( ) : void
Résultat void

FinishedLaunching() public méthode

public FinishedLaunching ( UIApplication app ) : void
app UIApplication
Résultat void

Initialize() protected méthode

The main entry point for the application.
protected Initialize ( ) : void
Résultat void

OnCreate() protected méthode

The main method which loads Application.
protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnPause() protected méthode

The application's activity pauses the execution
protected OnPause ( ) : void
Résultat void

OnResume() protected méthode

The application's activity resumes the execution
protected OnResume ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static Program Instance
Résultat Program