Here is a new release of Monobjc Bridge. Issues resolved in 2.0.197.0: ============================= - 0000046: [API] Missing functions from Foundation Framework. - 0000051: [API] NSObject and NSProxy should have generic version of Autorelease and Retain. - 0000050: [API] NSData's property Data is mistyped. - 0000049: [API] NSTextStorage is missing some constants. - 0000048: [API] NSDictionary's property Dictionary is mistyped. - 0000047: [API] NSScanner has misimplemented methods. - 0000045: [API] Id class must have an overridable Dispose method. - 0000044: [API] Some classes expose an Init property instead of an Init method. - 0000043: [API] NSBrowser's SelectedCell property should be NSCell instead of Id. - 0000042: [API] NSManagedObject exposes a method ObservationInfo() instead of a property. - 0000041: [API] NSMatrix has properties that return Id instances instead of NSCell instances. - 0000040: [API] Cocoa wrappers must have virtual methods to ease subclassing. - 0000039: [API] NSActionCell doesn't implement the IActionProvider interface. - 0000038: [API] NSDate's DistantPast and DistantFuture properties have a wrong type.. - 0000037: [API] NSAttributedString Constants are not exposed. - 0000052: [API] ObjectiveCEndoding does not provide values for byte and sbyte types. - 0000055: [API] Some NSAttributedString constants are wrong.