summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker codeā€¦ (#106)JUNG DONG-HEON1-4/+4
2019-06-11Delete dead code (#25066)Jan Kotas1-17/+0
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-2/+2
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-3/+0
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky1-0/+5
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar1-4/+5
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar1-1/+2
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-5/+7
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-5/+5
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-0/+6
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-22/+0
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-6/+1
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-2/+7
2017-04-07Bring back DefaultDllImportSearchPathsAttribute (#10786)Yi Zhang (CLR)1-5/+2
2017-02-26Clean up PInvokeStubForHost and PInvokeStubForHostInner (#9815)Jonghyun Park1-6/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-9/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+14
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-18/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-14/+0
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-22[adityam] Fix break in DllImport code for Desktop CLR.Rama Krishnan Raghupathy1-1/+3
2015-10-21Always attempt to load specified DLL name first before trying variationsAditya Mandaleeka1-1/+4
2015-09-25Add AssemblyLoadContext.LoadUnmanagedDllFromPathfor use by overriders of Asse...Koundinya Veluri1-2/+3
2015-04-02Clear last error for SetLastError=true P/InvokeJan Kotas1-1/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+785