2 overrides of CoreLoadFunctionPointer
Microsoft.ML.TestFrameworkCommon (2)
Utility\LibraryLoader.cs (2)
190
protected override IntPtr
CoreLoadFunctionPointer
(IntPtr handle, string functionName)
208
protected override IntPtr
CoreLoadFunctionPointer
(IntPtr handle, string functionName)
1 reference to CoreLoadFunctionPointer
Microsoft.ML.TestFrameworkCommon (1)
Utility\LibraryLoader.cs (1)
126
return
CoreLoadFunctionPointer
(handle, functionName);