View Single Post
  #1  
Old 07-06-2010, 11:05 AM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Find AppDomain by name

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
__________________
VB.NET
domain name forum
Reply With Quote