Fix GetType not working with compressor
This commit is contained in:
Родитель
7d0c4d6886
Коммит
2dbeec00a3
|
@ -58,6 +58,8 @@ namespace Confuser.Runtime {
|
|||
Array.Clear(b, 0, b.Length);
|
||||
h.Free();
|
||||
Array.Clear(q, 0, q.Length);
|
||||
// For some reasons, reflection on Assembly would not discover the types unless GetTypes is called.
|
||||
m.GetTypes();
|
||||
|
||||
key = n.ResolveSignature(Mutation.KeyI2);
|
||||
AppDomain.CurrentDomain.AssemblyResolve += Resolve;
|
||||
|
|
Загрузка…
Ссылка в новой задаче