mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Start of using CoreCLR and automatic scriptglue generation
This commit is contained in:
@@ -148,7 +148,7 @@ public static class TypeExtension
|
||||
string name = fullName.TrimEnd(']').ToString();
|
||||
|
||||
// Non generic type, easy!
|
||||
foreach (Assembly assembly in AppDomain.CurrentDomain.GetAssemblies().Reverse())
|
||||
foreach (Assembly assembly in ((IEnumerable<Assembly>)AppDomain.CurrentDomain.GetAssemblies()).Reverse())
|
||||
{
|
||||
Type? type = assembly.GetType(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user