ALC enhancements (#22273)
authorSteve MacLean <stmaclea@microsoft.com>
Wed, 27 Mar 2019 23:49:17 +0000 (19:49 -0400)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 23:49:17 +0000 (19:49 -0400)
commitf1440bb696e2eee957a30f37c6c735f51696edad
tree56afc43deb68d0044e791b05514168c4bebb06cb
parent66c05cea421a9f388eaebece2b9e64ce4560c5c5
ALC enhancements (#22273)

* Initial implementatation of ALC enhancements

Add public constructor with name
Add Name property
Add Assemblies property
Add All property
Override ToString
Name Default and Assembly.Load(...) ALCs
Add AssemblyLoadContext30Extensions test
src/System.Private.CoreLib/shared/System/Reflection/Assembly.cs
src/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs
tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs [new file with mode: 0644]
tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.csproj [new file with mode: 0644]