summaryrefslogtreecommitdiff
path: root/src/vm/assemblynative.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-21Add runtime counter for current assemblies loaded (#24698)Sung Yoon Whang1-0/+2
2019-04-11Contextual reflection (#23740)Steve MacLean1-2/+2
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-0/+3
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-0/+3
2019-02-21Clean up unused parameters around Assembly::Load (#22716)Marek Safar1-2/+1
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-3/+0
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara1-2/+2
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-2/+0
2018-10-24Add IsCollectible property to Assembly and necessary backing functions (#20574)John Salem1-0/+2
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