Beispiel #1
0
 public static extern bool g_module_symbol(GModule.Module module, string symbol_name, out System.IntPtr symbol);
Beispiel #2
0
 public static extern void g_module_make_resident(GModule.Module module);
Beispiel #3
0
 public static extern string g_module_name(GModule.Module module);
Beispiel #4
0
 public static extern bool g_module_close(GModule.Module module);