Here is a new release of Monobjc Bridge. Issues resolved in 2.0.388.0: ============================= - 0000162: [API] Add the ability to catch SIGABRT, SIGBUS and SIGSEGV signals to help debugging. - 0000174: [API] Add 'params' qualifier in ISynchronizeInvoke implementation to allow variable number of arguments. - 0000173: [API] Add override to RespondsToSelector() to accept String parameter as selector. - 0000172: [API] ActionDispatcher and DoubleActionDispatcher are leaking memory. - 0000171: [Documentation] Move code documentation out of sources to simplify copyright attribution. - 0000170: [Build System] Change license for NAnt tasks to GPLv3. - 0000169: [Others] Upgrade Monobjc's license to LGPLv3. - 0000167: [Build System] Add NAnt task to convert a NIB/XIB file to a .NET template to ease Interface Builder integration. - 0000166: [API] Add color constants to NSColor to ease the transition from System.Drawing.Color. - 0000165: [API] Fix the IL errors reported by peverify.exe. - 0000164: [API] Review the event handling for Delegates as it does not work with classes like NSApplication or NSToolbar. - 0000163: [API] Extend fast path method call introduced in 2.0.313. - 0000175: [API] Add operator overload for classes that have 'AppendXXX' methods.