C# 클래스 MonoMac.ObjCRuntime.Dlfcn

파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
GetDouble ( IntPtr handle, string symbol ) : double
GetIndirect ( IntPtr handle, string symbol ) : IntPtr
GetInt32 ( IntPtr handle, string symbol ) : int
GetIntPtr ( IntPtr handle, string symbol ) : IntPtr
GetNSNumber ( IntPtr handle, string symbol ) : MonoMac.Foundation.NSNumber
GetStringConstant ( IntPtr handle, string symbol ) : NSString
SlowGetDouble ( string lib, string symbol ) : double
SlowGetInt32 ( string lib, string symbol ) : int
SlowGetIntPtr ( string lib, string symbol ) : IntPtr
SlowGetStringConstant ( string lib, string symbol ) : NSString

비공개 메소드들

메소드 설명
dlclose ( IntPtr handle ) : int
dlopen ( string path, int mode ) : IntPtr
dlsym ( IntPtr handle, string symbol ) : IntPtr

메소드 상세

GetDouble() 공개 정적인 메소드

public static GetDouble ( IntPtr handle, string symbol ) : double
handle System.IntPtr
symbol string
리턴 double

GetIndirect() 공개 정적인 메소드

public static GetIndirect ( IntPtr handle, string symbol ) : IntPtr
handle System.IntPtr
symbol string
리턴 System.IntPtr

GetInt32() 공개 정적인 메소드

public static GetInt32 ( IntPtr handle, string symbol ) : int
handle System.IntPtr
symbol string
리턴 int

GetIntPtr() 공개 정적인 메소드

public static GetIntPtr ( IntPtr handle, string symbol ) : IntPtr
handle System.IntPtr
symbol string
리턴 System.IntPtr

GetNSNumber() 공개 정적인 메소드

public static GetNSNumber ( IntPtr handle, string symbol ) : MonoMac.Foundation.NSNumber
handle System.IntPtr
symbol string
리턴 MonoMac.Foundation.NSNumber

GetStringConstant() 공개 정적인 메소드

public static GetStringConstant ( IntPtr handle, string symbol ) : NSString
handle System.IntPtr
symbol string
리턴 MonoMac.Foundation.NSString

SlowGetDouble() 공개 정적인 메소드

public static SlowGetDouble ( string lib, string symbol ) : double
lib string
symbol string
리턴 double

SlowGetInt32() 공개 정적인 메소드

public static SlowGetInt32 ( string lib, string symbol ) : int
lib string
symbol string
리턴 int

SlowGetIntPtr() 공개 정적인 메소드

public static SlowGetIntPtr ( string lib, string symbol ) : IntPtr
lib string
symbol string
리턴 System.IntPtr

SlowGetStringConstant() 공개 정적인 메소드

public static SlowGetStringConstant ( string lib, string symbol ) : NSString
lib string
symbol string
리턴 MonoMac.Foundation.NSString