C# 클래스 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.

파일 보기 프로젝트 열기: Monobjc/monobjc

비공개 메소드들

메소드 설명
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