0

How can I get all types in .net core (ASP.NET MVC 6) AppDomain? I found some examples:

https://github.com/dotnet/coreclr/issues/919

but they seems to be outdated.

amergan
  • 297
  • 2
  • 4
  • 2
    For desktop CLR you do just like you did before. In CoreCLR there are no app domains. Please share more about the scenario that you try to achieve and we then can try to find a solution for you – Victor Hurdugaci Feb 25 '16 at 05:05
  • @VictorHurdugaci is correct, there are no AppDomains in CoreCLR. Are you trying to get all the types of the available assemblies? – Nate Barbettini Feb 25 '16 at 17:54

0 Answers0