Skip to content

Assembly.GetExecutingAssembly, AppDomain.CurrentDomain and similar #14607

Closed
@tomasherceg

Description

@tomasherceg

Are there any plans to include the following classes and methods in near future? I am porting my framework (http://github.com/riganti/redwood) to .NET Core and I miss these methods.

  • Assembly.GetReferencedAssemblies
  • Assembly.GetExecutingAssembly
  • Assembly.GetEntryAssembly
  • Assembly.GetCallingAssembly
  • Assembly.CreateInstance
  • Assembly.Load which takes byte array or a stream
  • AppDomain.CurrentDomain.GetAssemblies
  • AppDomain.CurrentDomain.AssemblyResolve

Or is there another way in the new .NET Core how to list all loaded assemblies, get the assembly of method that is being executed or a calling method etc.?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions