Hey,

I have created a new AppDomain with a unique name. But i do not want to store that name during the whole application runtime.
So i ask you guys if it is possible to get that created AppDomain by name back.

Sub Main()
AppDomain.CreateDomain("TestDomain")
End Sub

so How do i get the AppDomain with the name "TestDomain" back so i can unload it later without storing that AppDomain globally?

no one got an idea about it?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.