Imported Upstream version 6.6.0.104

Former-commit-id: d6c1a764e837d1f320bb7afe2617bc9863dc0741
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-10-02 09:05:48 +00:00
parent 9b1ef54dc9
commit 4c26f54a2f
230 changed files with 63 additions and 55 deletions

View File

@@ -193,6 +193,14 @@ namespace Mono {
return new Tuple<String, ulong, ulong> (payload_str, portable_hash, unportable_hash);
}
[MethodImplAttribute (MethodImplOptions.InternalCall)]
static extern void RegisterReportingForAllNativeLibs_internal ();
static void RegisterReportingForAllNativeLibs ()
{
RegisterReportingForAllNativeLibs_internal ();
}
[MethodImplAttribute (MethodImplOptions.InternalCall)]
static extern void RegisterReportingForNativeLib_internal (IntPtr modulePathSuffix, IntPtr moduleName);