summaryrefslogtreecommitdiff
path: root/src/vm/assemblynative.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+2
2018-08-14Delete dead code (#19452)Jan Kotas1-44/+0
2017-07-30Remove extra qualification in member function declaration (#13104)Xiang Fan1-1/+1
2017-07-26Implement Assembly.GetForwardedTypes() on CoreCLR (#13001)Atsushi Kanamori1-1/+4
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-40/+1
2017-05-06Delete dead code (#11431)Jan Kotas1-7/+0
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna1-1/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-40/+0
2016-10-25Add implementation of AppDomain.GetAssembliesRahul Kumar1-0/+1
2016-08-09Fix LoadFromAssemblyName to invoke fallback context (analogous to static asse...Gaurav Khanna1-2/+3
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-12/+0
2016-05-06Fix Windows x86 exception handling issue (#4830)Jan Vorlicek1-1/+1
2016-03-23Remove special casing of platform assembliesJan Kotas1-15/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-12Add support Load assemblies from explicit path/streams into default load contextGaurav Khanna (CLR)1-2/+2
2015-09-25Add AssemblyLoadContext.LoadUnmanagedDllFromPathfor use by overriders of Asse...Koundinya Veluri1-0/+1
2015-09-09Add AssemblyExtensions.TryGetRawMetadata to the System.Reflection.Metadata na...Koundinya Veluri1-0/+2
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+288