go-clr icon indicating copy to clipboard operation
go-clr copied to clipboard

Add CLR management features

Open C-Sto opened this issue 2 years ago • 1 comments
trafficstars

The aim of this PR is to provide the ability to:

  • easily create and unload named appdomains
  • stop the runtime on demand
  • be able to list loaded assemblies
  • be able to get a reference to an assembly within the appdomain without needing to manually keep track of them

Did my best to try and keep to the Go sanctioned use of unsafe.Pointer, and tried to stick to the existing code style, but took some creative freedom here and there.

C-Sto avatar Sep 07 '23 07:09 C-Sto

@C-Sto amazing work! thank you

binarytrails avatar Oct 12 '23 13:10 binarytrails