We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a368be5 commit 25a8ffeCopy full SHA for 25a8ffe
ILRuntime/Runtime/Enviorment/AppDomain.cs
@@ -76,6 +76,7 @@ public class AppDomain
76
int defaultJITFlags;
77
List<ModuleDefinition> loadedModules = new List<ModuleDefinition>();
78
List<Assembly> referenceAssemblies = new List<Assembly>();
79
+ public static string Version { get { return "3.0.0"; } }
80
81
/// <summary>
82
/// Determine if invoking unbinded CLR method(using reflection) is allowed
0 commit comments