C# Class Monobjc.NativeMethods

Exports native methods exposed in libobjc.dylib shared library.

Thanks to .NET P/Invoke system, most of the marshalling work is automatic.

The following methods are safe for use on both Mac OS X 10.4 and later.

ファイルを表示 Open project: Monobjc/monobjc

Private Methods

Method Description
GetFrameworkSymbol ( String framework, String symbol ) : IntPtr
InstallBridge ( ) : void
LoadFramework ( String framework ) : IntPtr
protocol_getName ( IntPtr protocol ) : IntPtr
sel_getName ( IntPtr aSelector ) : IntPtr
sel_registerName ( [ str ) : IntPtr