Method | Description | |
---|---|---|
GetDouble ( |
||
GetIndirect ( |
||
GetInt32 ( |
||
GetIntPtr ( |
||
GetNSNumber ( |
||
GetStringConstant ( |
||
SlowGetDouble ( string lib, string symbol ) : double | ||
SlowGetInt32 ( string lib, string symbol ) : int | ||
SlowGetIntPtr ( string lib, string symbol ) : |
||
SlowGetStringConstant ( string lib, string symbol ) : |
Method | Description | |
---|---|---|
dlclose ( |
||
dlopen ( string path, int mode ) : |
||
dlsym ( |
public static GetDouble ( |
||
handle | ||
symbol | string | |
return | double |
public static GetIndirect ( |
||
handle | ||
symbol | string | |
return |
public static GetInt32 ( |
||
handle | ||
symbol | string | |
return | int |
public static GetIntPtr ( |
||
handle | ||
symbol | string | |
return |
public static GetNSNumber ( |
||
handle | ||
symbol | string | |
return | MonoMac.Foundation.NSNumber |
public static GetStringConstant ( |
||
handle | ||
symbol | string | |
return |
public static SlowGetDouble ( string lib, string symbol ) : double | ||
lib | string | |
symbol | string | |
return | double |
public static SlowGetInt32 ( string lib, string symbol ) : int | ||
lib | string | |
symbol | string | |
return | int |
public static SlowGetIntPtr ( string lib, string symbol ) : |
||
lib | string | |
symbol | string | |
return |
public static SlowGetStringConstant ( string lib, string symbol ) : |
||
lib | string | |
symbol | string | |
return |