UIKit.UIApplication.Main Method
Launches the main application loop with the given command line parameters.

Syntax

public static void Main (string[] args)

Parameters

args
Command line parameters from the Main program.

Remarks

This launches the main application loop, assumes that the main application class is UIApplication, and uses the UIApplicationDelegate instance specified in the main NIB file for this program.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0