Handle boxing value types to Il2CppSystem.Object, some cleanups

This commit is contained in:
Sinai
2021-05-06 06:36:39 +10:00
parent e70a1e96da
commit 6c7acf7690
11 changed files with 307 additions and 269 deletions

View File

@ -31,9 +31,6 @@ namespace UnityExplorer.Core.Runtime.Mono
public override bool IsAssignableFrom(Type toAssignTo, Type toAssignFrom)
=> toAssignTo.IsAssignableFrom(toAssignFrom);
public override bool IsReflectionSupported(Type type)
=> true;
public override bool LoadModule(string module)
=> true;