Esempio n. 1
0
 public IntPtr GetProcAddress(IntPtr handle, string symbol_name)
 {
     return(NativeImports.GetProcAddress(handle, symbol_name));
 }