Esempio n. 1
0
 private static IntPtr LoadFunctionPointer(IntPtr nativeLibraryHandle, string functionName)
 => FunctionInterop.GetProcAddress(nativeLibraryHandle, functionName);