Table of contentsNo headers MonoTouch exposes a C#/CIL binding to the CocoaTouch API and also provides access to the ECMA CIL APIs and various other .NET APIs. API Reference: The API reference is available at docs.go-mono.com/, start at the MonoTouch Framework node for the API bindings for the native iPhone APIs or go to Base Class Libraries node for documentation on the .NET API. API Design: The API design for the CIL/Objective-C binding is covered in the MonoTouch API Design document and it describes how we bound the Objective-C and C APIs from CocoaTouch and exposed those to the C#/CIL world. Assemblies: Check our list of bound assemblies for a detailed reference of which APIs from C#/CIL/ECMA are available for use on MonoTouch. |