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

@@ -41,7 +41,9 @@ namespace Il2CppInspector.Reflection
public static readonly List<string> DefaultExcludedNamespaces = new List<string> {
"System",
"Mono",
"Microsoft.Reflection",
"Microsoft.Win32",
"Internal.Runtime",
"Unity",
"UnityEditor",
"UnityEngine",