How to change settings in the default AppDomain?

  • Thread starter Thread starter GiGi
  • Start date Start date
G

GiGi

I want to know if it is possible to change the "ApplicationName"
property of default AppDomain.
All the property of AppDomain.CurrentDomain are read only.

Thanks for the reply in advance.
 
No I don't think so. This created by the host and it cannot be
changed. Is there any particular reason why you would want to change
the default appdomains value?
 
Change the name in the properties of the app. But, this is design time
change, not runtime.

Runtime? Nada. Reason: App changing name could potentially be used to create
malware.

Potential place to look (for the stubborn): Windows API.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top