Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-10-12 15:34:40 +0300
committerMarek Safar <marek.safar@gmail.com>2016-10-12 15:34:40 +0300
commit367864ef810859ae3ce652864233b35f2dd5fdbe (patch)
tree8297220b8bd2a8583742c1462247e8607bba38e7
parent03c3e32193eb054d86824fa14a325d26e8a82e83 (diff)
Update list of known FX assemblies
-rw-r--r--reflect/Fusion.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/reflect/Fusion.cs b/reflect/Fusion.cs
index c4bef4a7..009f2962 100644
--- a/reflect/Fusion.cs
+++ b/reflect/Fusion.cs
@@ -316,6 +316,7 @@ namespace IKVM.Reflection
case "System.IdentityModel":
case "System.IdentityModel.Selectors":
case "System.IO.Compression":
+ case "System.IO.Compression.FileSystem":
case "System.Numerics":
case "System.Reflection.Context":
case "System.Runtime.Remoting":
@@ -363,13 +364,18 @@ namespace IKVM.Reflection
case "System.Net.NetworkInformation":
case "System.Net.Primitives":
case "System.Net.Requests":
+ case "System.Numerics.Vectors":
case "System.ObjectModel":
case "System.Reflection":
+ case "System.Reflection.Emit":
+ case "System.Reflection.Emit.ILGeneration":
+ case "System.Reflection.Emit.Lightweight":
case "System.Reflection.Extensions":
case "System.Reflection.Primitives":
case "System.Resources.ResourceManager":
case "System.Runtime":
case "System.Runtime.Extensions":
+ case "System.Runtime.Handles":
case "System.Runtime.InteropServices":
case "System.Runtime.InteropServices.WindowsRuntime":
case "System.Runtime.Numerics":
@@ -391,6 +397,7 @@ namespace IKVM.Reflection
case "System.Threading":
case "System.Threading.Tasks":
case "System.Threading.Tasks.Parallel":
+ case "System.Threading.Timer":
case "System.Web":
case "System.Web.Mobile":
case "System.Web.Services":