Jump to content

NObjective

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Win32Coder (talk | contribs) at 15:22, 2 February 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
NObjective
Stable release
0.9.5 / January 29, 2009
Operating systemMac OS X v10.4
Mac OS X v10.5
LicenseLGPL
WebsiteNObjective

NObjective is a Mono to Cocoa bridge.

NObjective is high-performance bridge between managed .NET and unmanaged Cocoa worlds. It provides automatically generated proxies for all Objective-C classes and can be used to export managed classes to unmanaged Objective-C runtime.

Key features:

  • Lowest cpu/memory overheads comparing to similar bridges (see project page for performance benchmark results)
  • Ability to automatically import Objective-C classes
    • Essential enums and structs are also automatically imported
  • Ability to export .NET classes to Objective-C runtime
  • Ability to rethrow exceptions across runtimes in both directions
  • Ability to work on Mac OS X 10.4 and Mac OS X 10.5

See also