Output: Add Mocrosoft.Reflection and Internal.Runtime to default exclusions

This commit is contained in:
Katy Coe
2020-02-15 06:38:03 +01:00
parent 538810f441
commit 55148e0271
3 changed files with 7 additions and 1 deletions

View File

@@ -33,7 +33,9 @@ namespace Il2CppInspector.CLI
Default = new [] {
"System",
"Mono",
"Microsoft.Reflection",
"Microsoft.Win32",
"Internal.Runtime",
"Unity",
"UnityEditor",
"UnityEngine",